afl: don't override sanitizer flags

This commit is contained in:
Oliver Chang 2017-02-22 09:03:58 -08:00
parent 3460cf9c30
commit 228f6d1b91
1 changed files with 0 additions and 1 deletions

View File

@ -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