diff options
| author | vanhauser-thc <vh@thc.org> | 2023-04-28 11:42:21 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2023-04-28 11:42:21 +0200 |
| commit | 5813a4319c88848b2a1c47c12fe27f5e14dcad44 (patch) | |
| tree | 0b383557568b043a42e7eaa15a1d91c38a60cb56 /GNUmakefile | |
| parent | e956f23a77b776a5c11344889503c833adbf1052 (diff) | |
| download | afl++-5813a4319c88848b2a1c47c12fe27f5e14dcad44.tar.gz | |
doc, code format
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5900ad61..56b8bb42 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -379,6 +379,7 @@ help: @echo Known build environment options: @echo "==========================================" @echo STATIC - compile AFL++ static + @echo CODE_COVERAGE - compile the target for code coverage (see docs/instrumentation/README.llvm.md) @echo ASAN_BUILD - compiles AFL++ with memory sanitizer for debug purposes @echo UBSAN_BUILD - compiles AFL++ tools with undefined behaviour sanitizer for debug purposes @echo DEBUG - no optimization, -ggdb3, all warnings and -Werror @@ -394,7 +395,7 @@ help: @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 "==========================================" - @echo e.g.: make ASAN_BUILD=1 + @echo e.g.: make LLVM_CONFIG=llvm-config-16 .PHONY: test_x86 ifndef AFL_NO_X86 |
