Added -fstack-protector-strong -pie -fPIE flags for stack protection.

This commit is contained in:
OBattler
2017-01-03 19:35:09 +01:00
parent ad6c90d1da
commit 91696f07a2
4 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
include Makefile.mingw
CFLAGS = -O3 -march=amdfam10 -mtune=amdfam10 -fbranch-probabilities -fvpt -funroll-loops -fpeel-loops -ftracer -fomit-frame-pointer -ffast-math -msse -msse2 -msse3 -mfpmath=sse -mstackrealign
CFLAGS = -O3 -march=amdfam10 -mtune=amdfam10 -fbranch-probabilities -fvpt -funroll-loops -fpeel-loops -ftracer -fomit-frame-pointer -ffast-math -msse -msse2 -msse3 -mfpmath=sse -mstackrealign -fstack-protector-strong -pie -fPIE