Simple-Web-Server/tests/fuzzers/README.md
2020-08-08 11:14:37 +02:00

6 lines
162 B
Markdown

Prior to running the fuzzers, build and prepare for instance as follows:
```sh
CXX=clang++ cmake -DBUILD_FUZZING=1 ..
make
export LSAN_OPTIONS=detect_leaks=0
```