From 5bbba1d3e46f5397310ef2b7cd022e5356a3c59b Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Sun, 9 Dec 2018 21:05:08 -0700 Subject: [PATCH] Remind to use BUILD_LIBFUZZER --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9508bc3..6d8bdbe 100644 --- a/README.md +++ b/README.md @@ -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 ```