Skip to content

Commit ccf3e01

Browse files
committed
Update fuzzer readme
Drop --enable-json flag and make it more obvious that clang needs to be used.
1 parent a5e9950 commit ccf3e01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sapi/fuzzer/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ Fuzzing SAPI for PHP
44
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.
55

66
```sh
7+
CC=clang CXX=clang++ \
78
./configure \
9+
--disable-all \
810
--enable-fuzzer \
911
--with-pic \
1012
--enable-debug-assertions \
1113
--enable-exif \
12-
--enable-json \
1314
--enable-mbstring
1415
```
1516

0 commit comments

Comments
 (0)