defs.mk: Disable -fstack-protector in favor of -fstack-protector-all

This commit is contained in:
Jan Lindemann 2005-05-13 15:04:31 +00:00 committed by Jan Lindemann
commit 292c145c7a

View file

@ -317,7 +317,7 @@ endif
ifeq ($(USE_STACK_PROTECTOR),true)
PROJECT_CFLAGS += -fstack-protector-all
PROJECT_CFLAGS += -fstack-protector
# PROJECT_CFLAGS += -fstack-protector
endif
ifneq ($(wildcard $(TOPDIR)/make/local.mk),)