diff --git a/infra/base-images/base-builder/compile_afl b/infra/base-images/base-builder/compile_afl index fae25410f..3b0384d90 100644 --- a/infra/base-images/base-builder/compile_afl +++ b/infra/base-images/base-builder/compile_afl @@ -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