clang note

This commit is contained in:
Evan Martin 2011-05-10 09:35:10 -07:00
parent 49851e20ea
commit 3f7f99fbb5

View File

@ -43,3 +43,7 @@ Windows development:
append -lmingw32 -lkernel32 at the *end* of the link line
- Build ninja: /path/to/linux/ninja ninja
- Run: ./ninja (implicitly runs through wine(!))
Using clang:
- Enable colors manually:
CXX='/path/to/llvm/Release+Asserts/bin/clang++ -fcolor-diagnostics' ./configure.py