diff options
| author | vanhauser-thc <vh@thc.org> | 2021-02-14 22:43:52 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-02-14 22:43:52 +0100 |
| commit | 389e348826fc3cb610eed5a47a3f43952b6e1507 (patch) | |
| tree | 68c7b6a97e68ced13e5d19d365db8df13b2ad6ec /GNUmakefile | |
| parent | 98fd50f78f2a41a232d5e979dc6e90300dd4335e (diff) | |
| download | afl++-389e348826fc3cb610eed5a47a3f43952b6e1507.tar.gz | |
fixes
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 25146426..0420cdfc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -364,7 +364,7 @@ help: @echo NO_PYTHON - disable python support @echo NO_SPLICING - disables splicing mutation in afl-fuzz, not recommended for normal fuzzing @echo AFL_NO_X86 - if compiling on non-intel/amd platforms - @echo NO_ARCH_OPT - builds afl++ without machine architecutre optimizations + @echo NO_ARCH_OPT - builds afl++ without machine architecture optimizations @echo "LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config (e.g. Debian)" @echo "==========================================" @echo e.g.: make ASAN_BUILD=1 |
