From: Denis Vlasenko Date: Wed, 4 Jun 2008 11:53:24 +0000 (-0000) Subject: remove -fno-jump-tables - after stripping it proved to be worse X-Git-Tag: 1_11_0~129 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a9bbfb96f0c136b2748edbf7cba7ec8b496a44b;p=platform%2Fupstream%2Fbusybox.git remove -fno-jump-tables - after stripping it proved to be worse --- diff --git a/Makefile.flags b/Makefile.flags index 1cfda26..cb2c878 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