diff --git a/infra/base-images/base-builder/compile_afl b/infra/base-images/base-builder/compile_afl index f948876af..f2f5aa0c4 100644 --- a/infra/base-images/base-builder/compile_afl +++ b/infra/base-images/base-builder/compile_afl @@ -21,7 +21,7 @@ # AFL++ settings. export AFL_LLVM_MODE_WORKAROUND=0 -export AFL_ENABLE_DICTIONARY=0 +export AFL_ENABLE_DICTIONARY=1 # Start compiling afl++. echo "Copying precompiled afl++"