Skip to content

Commit

Permalink
Turn off _FORTIFY_SOURCE
Browse files Browse the repository at this point in the history
  • Loading branch information
john-h-kastner committed Oct 16, 2020
1 parent 11eadfb commit cfff1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IFLAGS = -idirafter dummyinc
#CFLAGS = -g
CFLAGS = -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 \
-Wall -W -Wshadow -Werror -Wformat-security \
-D_FORTIFY_SOURCE=2 \
-D_FORTIFY_SOURCE=0\
#-pedantic -Wconversion

LIBS = `./vsf_findlibs.sh`
Expand Down

0 comments on commit cfff1dc

Please sign in to comment.