-fstack-protector-all aktiviert.

This commit is contained in:
Yamagi Burmeister 2010-02-20 08:12:08 +00:00
parent 91b84e1aac
commit d773fb3f56
1 changed files with 2 additions and 2 deletions

View File

@ -45,12 +45,12 @@ CC = gcc
ifeq ($(ARCH),i386)
CFLAGS_BASE = -O2 -fno-strict-aliasing -fomit-frame-pointer \
-fstack-protector -Wall -pipe -g
-fstack-protector-all -Wall -pipe -g
endif
ifeq ($(ARCH),x86_64)
CFLAGS_BASE = -O2 -fomit-frame-pointer -fno-strict-aliasing \
-fstack-protector -Wall -pipe -g
-fstack-protector-all -Wall -pipe -g
endif
# Uncomment this if your Mesa3D is broken