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:
1da86d2
)
remove -fno-jump-tables - after stripping it proved to be worse
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 4 Jun 2008 11:53:24 +0000
(11:53 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 4 Jun 2008 11:53:24 +0000
(11:53 -0000)
Makefile.flags
patch
|
blob
|
history
diff --git
a/Makefile.flags
b/Makefile.flags
index 1cfda26ac0ca0e6e06e789057c199bcca7b35064..cb2c8780a5ec32090a7a0256ec712bdd373e3fbc 100644
(file)
--- a/
Makefile.flags
+++ b/
Makefile.flags
@@
-71,10
+71,6
@@
endif
ifeq ($(CONFIG_PIE),y)
CFLAGS_busybox += $(ARCH_PIE)
CFLAGS += $(ARCH_FPIE)
-# No switch() jump tables. Code growth +1k, binary size down -12k
-# due to reduced number of code pointers.
-# (TODO: make overridable: some arches may want to not do this)
-CFLAGS += $(call cc-option,-fno-jump-tables)
endif
LDLIBS += m crypt