fuzz/README: document how to build

Fixes #1476
This commit is contained in:
Daniel Stenberg 2017-06-15 17:08:59 +02:00
Родитель fd3aa8da0a
Коммит 7e8247c467
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -7,4 +7,8 @@ We will need some additional patches in the future, to increase coverage.
Building the fuzz target
========================
FIXME fill out once the makefiles are in order.
CC=clang-5.0 CFLAGS="-fsanitize=address -fsanitize-address-use-after-scope -fsanitize-coverage=trace-pc-guard,trace-cmp" ./configure --disable-shared --enable-debug --enable-maintainer-mode
make -sj
cd tests/fuzz
make