mirror of https://github.com/google/oss-fuzz.git
afl: don't override sanitizer flags
This commit is contained in:
parent
3460cf9c30
commit
228f6d1b91
|
@ -19,7 +19,6 @@ echo -n "Compiling afl to $LIB_FUZZING_ENGINE ..."
|
|||
|
||||
# afl needs its special coverage flags
|
||||
export COVERAGE_FLAGS="-fsanitize-coverage=trace-pc-guard"
|
||||
export SANITIZER_FLAGS=""
|
||||
|
||||
mkdir -p $WORK/afl
|
||||
pushd $WORK/afl > /dev/null
|
||||
|
|
Loading…
Reference in New Issue