about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-09 08:38:33 +0100
committervanhauser-thc <vh@thc.org>2021-02-09 08:38:33 +0100
commit2cd462477981648b5e22749e66369ff99114a813 (patch)
tree51b9a8f8e0393988fe4c13fbda77965b2aa887ca /README.md
parente11665564b750c1b42e1ab2edf4877d3cb833455 (diff)
downloadafl++-2cd462477981648b5e22749e66369ff99114a813.tar.gz
build docker without march=native
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 348577df..d60253b3 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