mirror of https://github.com/google/oss-fuzz.git
Update compile_afl
This commit is contained in:
parent
3125fbeff1
commit
e321b99479
|
@ -18,7 +18,7 @@
|
|||
echo -n "Compiling afl to $LIB_FUZZING_ENGINE ..."
|
||||
|
||||
# afl needs its special coverage flags
|
||||
export COVERAGE_FLAGS="-fsanitize-coverage=trace-pc"
|
||||
export COVERAGE_FLAGS="-fsanitize-coverage=trace-pc-guard"
|
||||
export SANITIZER_FLAGS=""
|
||||
|
||||
mkdir -p $WORK/afl
|
||||
|
|
Loading…
Reference in New Issue