about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-26 14:44:05 +0100
committervan Hauser <vh@thc.org>2020-10-26 14:44:05 +0100
commit44c65fa0a0eb0a0382d8b80fa0c8fd3bf25b687d (patch)
tree7fc920e481ec4b199f3fa866b14b6a1aac9c1620 /README.md
parent029d44a6eca8d11a4c545cfc46accedd63ccb8f2 (diff)
downloadafl++-44c65fa0a0eb0a0382d8b80fa0c8fd3bf25b687d.tar.gz
add no splicing compile option and print used compile options in afl-fuzz help
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 eac8b677..f09d9163 100644
--- a/README.md
+++ b/README.md
@@ -212,6 +212,7 @@ These build options exist:
 * DEBUG - no optimization, -ggdb3, all warnings and -Werror
 * PROFILING - compile with profiling information (gprof)
 * 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
 * LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config (e.g. Debian)