aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-01 01:24:44 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-01 13:10:07 +0200
commita0693d466cdb298e2990e6f343745afc95ea4149 (patch)
tree2aa1d607573a033a0cde71dbd3294906e0e6b4ac /Makefile
parent14d2456c351cc2479a154e841500482b03371543 (diff)
downloadafl++-a0693d466cdb298e2990e6f343745afc95ea4149.tar.gz
try to fix forkserver
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aaeb136c..f615c7dd 100644
--- a/Makefile
+++ b/Makefile
@@ -153,8 +153,8 @@ endif
ifdef ASAN_BUILD
$(info Compiling ASAN version of binaries)
- CFLAGS+=-fsanitize=address
- LDFLAGS+=-fsanitize=address
+ CFLAGS+=-fsanitize=address -fstack-protector-strong
+ LDFLAGS+=-fsanitize=address -fstack-protector-strong
endif
ifdef PROFILING