diff options
| author | vanhauser-thc <vh@thc.org> | 2023-04-15 11:36:58 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2023-04-15 11:36:58 +0200 |
| commit | 120d009e7d7c425019e984c29e027af710a0a7df (patch) | |
| tree | 52a736418652038e55d74f009687c298f8f54036 /GNUmakefile | |
| parent | e12acaa20367f335549c2db97b88ac5c8ffbeab7 (diff) | |
| download | afl++-120d009e7d7c425019e984c29e027af710a0a7df.tar.gz | |
wasm support
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 85f164f5..5bc3f9d5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -388,6 +388,7 @@ help: @echo NO_NYX - disable building nyx mode dependencies @echo "NO_CORESIGHT - disable building coresight (arm64 only)" @echo NO_UNICORN_ARM64 - disable building unicorn on arm64 + @echo "WAFL_MODE - enable for WASM fuzzing with https://github.com/fgsect/WAFL" @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 "==========================================" |
