about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-07-23 13:05:10 +0200
committervanhauser-thc <vh@thc.org>2023-07-23 13:05:10 +0200
commit705cdf45fc32e6f5fcf3b8e58242ede3b99b8b6e (patch)
tree1e47be2bdf64477c972c964681dfd3733a135311 /GNUmakefile
parent5f813bbb86e1c9e2480669c44501e9780043728c (diff)
downloadafl++-705cdf45fc32e6f5fcf3b8e58242ede3b99b8b6e.tar.gz
temp cmplog fixes
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 71011858..f6b76a6c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -91,9 +91,9 @@ ifneq "$(SYS)" "Darwin"
   #ifeq "$(HAVE_MARCHNATIVE)" "1"
   #  SPECIAL_PERFORMANCE += -march=native
   #endif
- ifndef DEBUG
-   CFLAGS_OPT += -D_FORTIFY_SOURCE=1
- endif
+ #ifndef DEBUG
+ #  CFLAGS_OPT += -D_FORTIFY_SOURCE=1
+ #endif
 else
   # On some odd MacOS system configurations, the Xcode sdk path is not set correctly
   SDK_LD = -L$(shell xcrun --show-sdk-path)/usr/lib