From: Bernhard Reutner-Fischer Date: Tue, 5 Aug 2008 19:06:35 +0000 (-0000) Subject: - reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys? X-Git-Tag: 1_12_0~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e6ce824edd2dee1b03b226ae9dd55e085257d5dd;p=oweals%2Fbusybox.git - reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys? --- diff --git a/Makefile.flags b/Makefile.flags index 0ffc05c35..e31480204 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -44,12 +44,13 @@ CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 # FIXME: These warnings are at least partially to be concerned about and should # be fixed.. -#CFLAGS+=$(call cc-option,-Wconversion,) +#CFLAGS += $(call cc-option,-Wconversion,) ifneq ($(CONFIG_DEBUG),y) CFLAGS += $(call cc-option,-Os,) else CFLAGS += $(call cc-option,-g,) +#CFLAGS += "-D_FORTIFY_SOURCE=2" ifeq ($(CONFIG_DEBUG_PESSIMIZE),y) CFLAGS += $(call cc-option,-O0,) else