summaryrefslogtreecommitdiffstats
path: root/fuzz
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-08-01 21:46:08 +0100
committerMatt Caswell <matt@openssl.org>2016-08-01 22:07:04 +0100
commit255af26c5d8039ee009a0ee718fbdc4023d045ec (patch)
tree737a4c5b4f48a7915ddca40568dbf22d5e79f1c0 /fuzz
parentc2e888b54c3b25e89732f6ba66e489ef1ee5ef59 (diff)
Some minor tweaks to the fuzzing docs
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/README.md b/fuzz/README.md
index e8596a7b68..138af0d5d0 100644
--- a/fuzz/README.md
+++ b/fuzz/README.md
@@ -38,7 +38,7 @@ Configure for fuzzing:
$ CC=clang ./config enable-fuzz-libfuzzer \
--with-fuzzer-include=../../svn-work/Fuzzer \
--with-fuzzer-lib=../../svn-work/Fuzzer/libFuzzer \
- enable-asan enable-ubsan no-shared
+ -DPEDANTIC enable-asan enable-ubsan no-shared
$ sudo apt-get install make
$ LDCMD=clang++ make -j
$ fuzz/helper.py $FUZZER