defs.mk: Add -fstack-check and -fexceptions to CFLAGS

This commit is contained in:
Jan Lindemann 2007-08-11 16:57:54 +00:00 committed by Jan Lindemann
commit f89e3680a8

View file

@ -458,8 +458,8 @@ ifeq ($(USE_MPATROL),true)
endif
ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
CFLAGS += -Wall -g3
CPPFLAGS += -Wall -g3
CFLAGS += -Wall -g3 -fstack-check -fexceptions
CPPFLAGS += -Wall -g3 -fstack-check
LDFLAGS += -Wall -g3
endif