From 5147ae375668dba5fad6e508a8b516edb3031433 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 24 Jun 2018 19:48:49 +0200 Subject: both compilers have to be clang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e0006b82..29987210 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Testing - To build test binaries as well, run `cmake -DBUILD_TESTS=OFF .` and after run `make tests` to run them, or you can run separate binaries. - To use code sanitizers use: - cmake . -DSANITIZE_ADDRESS=ON - - cmake . -DSANITIZE_MEMORY=ON -DCMAKE_C_COMPILER=clang + - cmake . -DSANITIZE_MEMORY=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ - cmake . -DSANITIZE_THREAD=ON - cmake . -DSANITIZE_UNDEFINED=ON -- cgit v1.2.3