about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-25 22:19:50 +0200
committervan Hauser <vh@thc.org>2020-05-25 22:19:50 +0200
commit0994972c07333af3a1fecf694c6527517da966ca (patch)
tree8bee647384bcda5dca5931290e96b8deedecc11a /GNUmakefile
parenta0da53117081cbca03674224cad26e5dd2fe5eaf (diff)
downloadafl++-0994972c07333af3a1fecf694c6527517da966ca.tar.gz
more performance testing
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index fbcc53de..0cb9ede8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -55,7 +55,7 @@ ifneq "$(shell uname)" "Darwin"
 	CFLAGS_OPT += -march=native
  endif
  # OS X does not like _FORTIFY_SOURCE=2
- CFLAGS_OPT += -D_FORTIFY_SOURCE=2
+# CFLAGS_OPT += -D_FORTIFY_SOURCE=2
 endif
 
 ifdef STATIC