summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36153a3..ed80899 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ endif
FORTIFY_SOURCE ?= true
ifeq ($(FORTIFY_SOURCE),true)
- override ADDFLAGS += -D_FORTIFY_SOURCE=3
+ override ADDFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3
endif
#? Compiler and Linker