
24 Sep
2011
24 Sep
'11
4:47 p.m.
Eric Niebler wrote:
I've built clang as described here: <http://clang.llvm.org/get_started.html>.
Maybe you already know, but just in case ;) Release build of clang is much faster than debug build. If you want relase build, try `make ENABLE_OPTIMIZED=1` or `../llvm/configure --enable-optimized` then `make` Regards, Michel