summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c28aa0..91d681e 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ it would be useful to have an android port, and luckily this is possible with li
* use an `i386` compatible machine with `debian` `bullseye` (I use a Dell Latitude D620)
* debugging with valgrind: `make valgrind-prepare` once and `make valgrind` for profiling `./discord.c`
* generating valgrind suppressions: `make gensupp`, running `make valgrind` afterwards will ignore all
-* `make cc` to compile code under `gcc`, `tcc` and `clang`
+* `make cc` to compile code under `tcc`, `gcc` and `clang` (with `scan-build`)
* optimization is always 0, binaries always have debug symbols
* `make -e CC=gcc` to choose a compiler instead of `cc`.
* `make -e CC="clang -fsanitize=address" && ASAN_OPTIONS=detect_leaks=1` to use `clang` leak checker