about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-19 11:04:48 +0100
committervan Hauser <vh@thc.org>2020-02-19 11:04:48 +0100
commit8a6544f7f9a3ce46720214351d1240a19ae8845a (patch)
tree9225bcfa316e931ac4e9748de28a0bd1266397a4 /Makefile
parent9c1bef49e686c5b8128cf2077c98697a6c8a3649 (diff)
downloadafl++-8a6544f7f9a3ce46720214351d1240a19ae8845a.tar.gz
document build options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ff08db9..f8f02520 100644
--- a/Makefile
+++ b/Makefile
@@ -200,7 +200,14 @@ help:
 	@echo "help: shows these build options :-)"
 	@echo "=========================================="
 	@echo "Recommended: \"distrib\" or \"source-only\", then \"install\""
-
+	@echo
+	@echo Known build environment options:
+	@echo "=========================================="
+	@echo STATIC - compile AFL++ static
+	@echo ASAN_BUILD - compiles with memory sanitizer for debug purposes
+	@echo AFL_NO_X86 - if compiling on non-intel/amd platforms
+	@echo "=========================================="
+	@echo e.g.: make ASAN_BUILD=1
 
 ifndef AFL_NO_X86