diff options
author | van Hauser <vh@thc.org> | 2022-04-06 14:31:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 14:31:42 +0200 |
commit | 9c2c35b23347be14d95b2eea0cb65bd39c70d5dd (patch) | |
tree | c21e54124548564aba88b9675e3808b7230a8a5c /docs/INSTALL.md | |
parent | 3c5edab724f7e067163e85e94077c48894989573 (diff) | |
parent | bf5b90f95a11090fdbda0da7468f657125cd4fab (diff) | |
download | afl++-9c2c35b23347be14d95b2eea0cb65bd39c70d5dd.tar.gz |
Merge pull request #1381 from f0rki/no-build-nyx
add make flag to avoid building nyx mode
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r-- | docs/INSTALL.md | 3 |
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. |