aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-04 11:53:24 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-04 11:53:24 +0000
commit1a9bbfb96f0c136b2748edbf7cba7ec8b496a44b (patch)
treec19a982ee043e569d3137ec9e94882a81f0d38ce /Makefile.flags
parent1da86d2f40f304d78b2ae4aac3b590b19adc7ce3 (diff)
downloadbusybox-1a9bbfb96f0c136b2748edbf7cba7ec8b496a44b.tar.gz
remove -fno-jump-tables - after stripping it proved to be worse
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 1cfda26ac..cb2c8780a 100644
--- 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