Remove -fcolor-diagnostics reference from HACKING
authorNico Weber <nicolasweber@gmx.de>
Thu, 16 Aug 2012 00:34:20 +0000 (17:34 -0700)
committerNico Weber <nicolasweber@gmx.de>
Thu, 16 Aug 2012 00:35:55 +0000 (17:35 -0700)
configure.py adds that flag automatically if CXX is set to clang.

HACKING.md

index aa965ca..8a477f3 100644 (file)
@@ -108,6 +108,6 @@ it's locked while in use.
 
 ## Clang
 
-Enable colors manually via `-fcolor-diagnostics`:
+To use clang, set `CXX`:
 
-    CXX='/path/to/llvm/Release+Asserts/bin/clang++ -fcolor-diagnostics' ./configure.py
+    CXX=clang++ ./configure.py