Remind to use BUILD_LIBFUZZER

This commit is contained in:
Alex Groce
2018-12-09 21:05:08 -07:00
committed by GitHub
parent 66ef2abc1b
commit 5bbba1d3e4

View File

@@ -171,7 +171,7 @@ supports libFuzzer (which the Apple built-in probably won't); this can be as sim
```shell
brew install llvm@6
CC=/usr/local/opt/llvm\@6/bin/clang CXX=/usr/local/opt/llvm\@6/bin/clang++ cmake ..
CC=/usr/local/opt/llvm\@6/bin/clang CXX=/usr/local/opt/llvm\@6/bin/clang++ BUILD_LIBFUZZER=TRUE cmake ..
make install
```