diff options
author | van Hauser <vh@thc.org> | 2020-07-27 09:30:42 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-27 09:30:42 +0200 |
commit | 8ebed3471ff85fa0f2b3f2c926e68038abf2cee2 (patch) | |
tree | fb3d8abc5d4d17407786bd7d4f540e7482a1744e | |
parent | 85684cd8b71e012b30b8b7147e6f99d27f59a492 (diff) | |
download | afl++-8ebed3471ff85fa0f2b3f2c926e68038abf2cee2.tar.gz |
fix readme
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index 52c77403..a5d4e116 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,9 @@ described in [llvm/README.lto.md](llvm/README.lto.md) For `configure` build systems this is usually done by: `mkdir build; cd build; CC=afl-clang-fast CXX=afl-clang-fast++ cmake ..` +Some cmake scripts require something like `-DCMAKE_CC=... -DCMAKE_CXX=...` +or `-DCMAKE_C_COMPILER=... DCMAKE_CPP_COMPILER=...` instead. + Note that if you using the (better) afl-clang-lto compiler you also have to AR to llvm-ar[-VERSION] and RANLIB to llvm-ranlib[-VERSION] - as it is described in [llvm/README.lto.md](llvm/README.lto.md) |