diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-04 20:14:47 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-04 20:14:47 +0100 |
commit | f34a860d5fd22ba3e3eb3aa37299f7691a3d32a6 (patch) | |
tree | e95d75c1c8afd53034a6149c2aaab18209509aa4 | |
parent | b6dc529bc38469a69ca5f43e12e9cb921fdc3a08 (diff) | |
download | afl++-f34a860d5fd22ba3e3eb3aa37299f7691a3d32a6.tar.gz |
NO_ARCH_OPT was removed due many issues
-rw-r--r-- | GNUmakefile | 1 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0420cdfc..871ee10d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -364,7 +364,6 @@ help: @echo NO_PYTHON - disable python support @echo NO_SPLICING - disables splicing mutation in afl-fuzz, not recommended for normal fuzzing @echo AFL_NO_X86 - if compiling on non-intel/amd platforms - @echo NO_ARCH_OPT - builds afl++ without machine architecture optimizations @echo "LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config (e.g. Debian)" @echo "==========================================" @echo e.g.: make ASAN_BUILD=1 diff --git a/README.md b/README.md index 992dcd86..6b11fee4 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,6 @@ These build options exist: * NO_PYTHON - disable python support * NO_SPLICING - disables splicing mutation in afl-fuzz, not recommended for normal fuzzing * AFL_NO_X86 - if compiling on non-intel/amd platforms -* NO_ARCH_OPT - builds afl++ without machine architecture optimizations * LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config (e.g. Debian) e.g.: make ASAN_BUILD=1 |