mirror of
https://github.com/reactos/ninja.git
synced 2024-11-27 05:30:25 +00:00
clang note
This commit is contained in:
parent
49851e20ea
commit
3f7f99fbb5
4
HACKING
4
HACKING
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user