diff options
author | Evan Martin <martine@danga.com> | 2011-05-10 16:35:10 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2011-05-11 18:29:01 (GMT) |
commit | 3f7f99fbb5b064f2850543cf5574a6dc2b8d3a9d (patch) | |
tree | dd635c4d4b9851d16f3a3701c80621dd27c3d8a3 | |
parent | 49851e20ea64e54e52b565fd0d7559ac3d7e8e59 (diff) | |
download | Ninja-3f7f99fbb5b064f2850543cf5574a6dc2b8d3a9d.zip Ninja-3f7f99fbb5b064f2850543cf5574a6dc2b8d3a9d.tar.gz Ninja-3f7f99fbb5b064f2850543cf5574a6dc2b8d3a9d.tar.bz2 |
clang note
-rw-r--r-- | HACKING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |