summaryrefslogtreecommitdiff
path: root/sapi/fuzzer/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/fuzzer/README.md')
-rw-r--r--sapi/fuzzer/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/fuzzer/README.md b/sapi/fuzzer/README.md
index c753c23c30..0645a04bc7 100644
--- a/sapi/fuzzer/README.md
+++ b/sapi/fuzzer/README.md
@@ -4,12 +4,13 @@ Fuzzing SAPI for PHP
The following `./configure` options can be used to enable the fuzzing SAPI, as well as all availablefuzzers. If you don't build the exif/json/mbstring extensions, fuzzers for these extensions will not be built.
```sh
+CC=clang CXX=clang++ \
./configure \
+ --disable-all \
--enable-fuzzer \
--with-pic \
--enable-debug-assertions \
--enable-exif \
- --enable-json \
--enable-mbstring
```