aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile1
-rw-r--r--docs/INSTALL.md3
2 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3301a915..ec81cbac 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -373,6 +373,7 @@ help:
@echo INTROSPECTION - compile afl-fuzz with mutation introspection
@echo NO_PYTHON - disable python support
@echo NO_SPLICING - disables splicing mutation in afl-fuzz, not recommended for normal fuzzing
+ @echo NO_NYX - disable building nyx mode dependencies
@echo AFL_NO_X86 - if compiling on non-intel/amd platforms
@echo "LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config (e.g. Debian)"
@echo "=========================================="
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 3fa7fd13..348b681e 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -80,6 +80,7 @@ These build options exist:
* NO_PYTHON - disable python support
* NO_SPLICING - disables splicing mutation in afl-fuzz, not recommended for
normal fuzzing
+* NO_NYX - disable building nyx mode dependencies
* 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)
@@ -178,4 +179,4 @@ sysctl kern.sysv.shmall=98304
See
[http://www.spy-hill.com/help/apple/SharedMemory.html](http://www.spy-hill.com/help/apple/SharedMemory.html)
-for documentation for these settings and how to make them permanent. \ No newline at end of file
+for documentation for these settings and how to make them permanent.