about summary refs log tree commit diff
path: root/docs/INSTALL.md
diff options
context:
space:
mode:
authorlazymio <mio@lazym.io>2022-04-12 21:16:34 +0200
committerlazymio <mio@lazym.io>2022-04-12 21:16:34 +0200
commit0db57c3eecb46dd5c875222517f0c5dd1ba585af (patch)
treed3740b749901087ece5f031e99af4fff2c83d582 /docs/INSTALL.md
parent3fc03d4b6b6b7a0718a9ab9514ea3afdebc868f1 (diff)
parent5d4b0938d5c3ddad18c85c1f2a4c516d46bbf243 (diff)
downloadafl++-0db57c3eecb46dd5c875222517f0c5dd1ba585af.tar.gz
Merge origin/dev
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r--docs/INSTALL.md3
1 files changed, 2 insertions, 1 deletions
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.