binutils: no longer restrict afl build (#6899)

This commit is contained in:
DavidKorczynski 2021-11-24 16:49:17 +00:00 committed by GitHub
parent 655ecc5ba7
commit 54d17f48e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@
#
################################################################################
export AFL_LLVM_INSTRUMENT=CLASSIC,CTX-2
export AFL_ENABLE_CMPLOG=0
export AFL_LAF_CHANCE=30
# build project
if [ "$SANITIZER" = undefined ]; then
export CFLAGS="$CFLAGS -fno-sanitize=unsigned-integer-overflow"