Updates the fuzzer sub-project

This commit is contained in:
Felipe Zimmerle
2016-11-11 10:28:59 -03:00
parent ee996a8373
commit 3ab5c8057d
4 changed files with 86 additions and 73 deletions

View File

@@ -276,7 +276,7 @@ if test "$PLATFORM" != "MacOSX"; then
fi
if test "$aflFuzzer" == "true"; then
FUZZ_CPPCFLAGS="-fsanitize=address -fsanitize-coverage=edge,indirect-calls,8bit-counters "
FUZZ_CPPCFLAGS="-fsanitize=address -fsanitize-coverage=4 "
GLOBAL_LDADD="$GLOBAL_LDADD -fsanitize=address "
GLOBAL_CPPFLAGS="$GLOBAL_CPPFLAGS $FUZZ_CPPCFLAGS"
$buildExamples = false