From: Ingo Molnar Date: Sun, 27 Apr 2008 23:39:43 +0000 (+0200) Subject: make CC_OPTIMIZE_FOR_SIZE non-experimental X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=96fffeb4b413a4f8f65bb627d59b7dfc97ea0b39;p=linux-beck.git make CC_OPTIMIZE_FOR_SIZE non-experimental this option has been the default on a wide range of distributions for a long time - time to make it non-experimental. Signed-off-by: Ingo Molnar Signed-off-by: Linus Torvalds --- diff --git a/init/Kconfig b/init/Kconfig index ba3a389fab94..183c9973be72 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -496,16 +496,12 @@ source "usr/Kconfig" endif config CC_OPTIMIZE_FOR_SIZE - bool "Optimize for size (Look out for broken compilers!)" + bool "Optimize for size" default y - depends on ARM || H8300 || SUPERH || EXPERIMENTAL help Enabling this option will pass "-Os" instead of "-O2" to gcc resulting in a smaller kernel. - WARNING: some versions of gcc may generate incorrect code with this - option. If problems are observed, a gcc upgrade may be needed. - If unsure, say N. config SYSCTL