diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-05 19:06:35 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-05 19:06:35 +0000 |
commit | e6ce824edd2dee1b03b226ae9dd55e085257d5dd (patch) | |
tree | 33c8bf0eee24f157c2635d970eb0019fe44c4365 /Makefile.flags | |
parent | ec73d303225c1ee7d9eacc8e7238eb70835280a4 (diff) | |
download | busybox-w32-e6ce824edd2dee1b03b226ae9dd55e085257d5dd.tar.gz busybox-w32-e6ce824edd2dee1b03b226ae9dd55e085257d5dd.tar.bz2 busybox-w32-e6ce824edd2dee1b03b226ae9dd55e085257d5dd.zip |
- reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
44 | 44 | ||
45 | # FIXME: These warnings are at least partially to be concerned about and should | 45 | # FIXME: These warnings are at least partially to be concerned about and should |
46 | # be fixed.. | 46 | # be fixed.. |
47 | #CFLAGS+=$(call cc-option,-Wconversion,) | 47 | #CFLAGS += $(call cc-option,-Wconversion,) |
48 | 48 | ||
49 | ifneq ($(CONFIG_DEBUG),y) | 49 | ifneq ($(CONFIG_DEBUG),y) |
50 | CFLAGS += $(call cc-option,-Os,) | 50 | CFLAGS += $(call cc-option,-Os,) |
51 | else | 51 | else |
52 | CFLAGS += $(call cc-option,-g,) | 52 | CFLAGS += $(call cc-option,-g,) |
53 | #CFLAGS += "-D_FORTIFY_SOURCE=2" | ||
53 | ifeq ($(CONFIG_DEBUG_PESSIMIZE),y) | 54 | ifeq ($(CONFIG_DEBUG_PESSIMIZE),y) |
54 | CFLAGS += $(call cc-option,-O0,) | 55 | CFLAGS += $(call cc-option,-O0,) |
55 | else | 56 | else |