[MacRuby-devel] macruby experimental benchmark

रजनीश rdogra at earthlink.net
Sat Mar 28 20:09:39 PDT 2009


> Hello,
> I'm curious, how did you manage to build MacRuby with clang? I thought
> it did not support C++ yet. Did you use llvm-g++ maybe?
> Laurent
>

I just used g++.  I haven't built llvm-gcc.  That is too much trouble.

             when '.c' then ['clang', @cflags]
             when '.cpp' then ['/usr/bin/g++', @cxxflags]
             when '.m' then ['clang', @objc_cflags]



More information about the MacRuby-devel mailing list