summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--HACKING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.md b/HACKING.md
index aa965ca..8a477f3 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -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