diff options
author | van Hauser <vh@thc.org> | 2021-02-14 22:42:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 22:42:13 +0100 |
commit | 98fd50f78f2a41a232d5e979dc6e90300dd4335e (patch) | |
tree | 52d189c548b73e4500380f204ba51b7cd4a0e9c6 /README.md | |
parent | 95561ec5a7f7cd87d97c6e2882699c144a959172 (diff) | |
parent | 91f2f057e4eacab4cd3a1a11cde157e3a31470d0 (diff) | |
download | afl++-98fd50f78f2a41a232d5e979dc6e90300dd4335e.tar.gz |
Merge branch 'stable' into dev
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index ef27e743..cbbeb85f 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ 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 architecutre optimizations * LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config (e.g. Debian) e.g.: make ASAN_BUILD=1 |