projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec73d30
)
- reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 5 Aug 2008 19:06:35 +0000
(19:06 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 5 Aug 2008 19:06:35 +0000
(19:06 -0000)
Makefile.flags
patch
|
blob
|
history
diff --git
a/Makefile.flags
b/Makefile.flags
index 0ffc05c3555f279a257185e5deb7da510dd48435..e31480204e885f58ca41e6299d53df6a911c47b3 100644
(file)
--- 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