aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-04-14 20:21:02 -0400
committerFranklin Wei <git@fwei.tk>2016-04-14 20:21:02 -0400
commitcfe28eb7eda17e4a604749fe2f027153a2ac5b6e (patch)
tree5da61d886606c84c039b4e095ab6a295861f4605 /Makefile
parent3f0e7a64b91958f951c4e94bbd5b4363a8faa553 (diff)
downloadnetcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.zip
netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.gz
netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.bz2
netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.xz
things
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9fc032..3b59ad4 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ INCLUDES = -I src/ -I export/include/
WARNFLAGS = -Wall -Wextra -Wshadow -fno-strict-aliasing
OPTFLAGS = -O2
-DEBUGFLAGS = -g
+DEBUGFLAGS = -g -fstack-protector -D_FORTIFY_SOURCE=2
CFLAGS = $(OPTFLAGS) $(DEBUGFLAGS) $(WARNFLAGS) -std=c99 $(INCLUDES)