diff options
| author | Michael Rodler <michael.rodler@paluno.uni-due.de> | 2022-04-06 14:20:36 +0200 |
|---|---|---|
| committer | Michael Rodler <michael.rodler@paluno.uni-due.de> | 2022-04-06 14:20:36 +0200 |
| commit | bf5b90f95a11090fdbda0da7468f657125cd4fab (patch) | |
| tree | c21e54124548564aba88b9675e3808b7230a8a5c /GNUmakefile | |
| parent | 8385bc794a43dbb5f9a5a68189bb9a540f790bca (diff) | |
| download | afl++-bf5b90f95a11090fdbda0da7468f657125cd4fab.tar.gz | |
added NO_NYX flag to docs and help message
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 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 "==========================================" |
