about summary refs log tree commit diff
path: root/utils/aflpp_driver/GNUmakefile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-29 10:57:57 +0200
committervanhauser-thc <vh@thc.org>2023-03-29 10:57:57 +0200
commitdbdf2d79f235d475eb8e085a7dbace757c9ac361 (patch)
tree81e7aceb20fc05ca77a1d82c3bfa1e0c84e4670d /utils/aflpp_driver/GNUmakefile
parent48816417eedd98c2afc270678a3996e9ffd77dd7 (diff)
downloadafl++-dbdf2d79f235d475eb8e085a7dbace757c9ac361.tar.gz
magma support
Diffstat (limited to 'utils/aflpp_driver/GNUmakefile')
-rw-r--r--utils/aflpp_driver/GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/aflpp_driver/GNUmakefile b/utils/aflpp_driver/GNUmakefile
index b973f96a..409789cb 100644
--- a/utils/aflpp_driver/GNUmakefile
+++ b/utils/aflpp_driver/GNUmakefile
@@ -20,6 +20,10 @@ endif
 
 CFLAGS := -O3 -funroll-loops -g -fPIC
 
+ifdef MAGMA_PATCH
+	CFLAGS += -DMAGMA_PATCH
+endif
+
 all:	libAFLDriver.a libAFLQemuDriver.a aflpp_qemu_driver_hook.so
 
 aflpp_driver.o:	aflpp_driver.c