mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] kbuild: CONFIG_CC_OPTIMIZE_FOR_SIZE should not be default
@ 2008-02-22  0:36 Pavel Roskin
  0 siblings, 0 replies; only message in thread
From: Pavel Roskin @ 2008-02-22  0:36 UTC (permalink / raw)
  To: linux-kernel

It's an experimental option and it's not generally recommended

Signed-off-by: Pavel Roskin <proski@gnu.org>
---

 init/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/init/Kconfig b/init/Kconfig
index dcef8b5..a998a13 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -477,7 +477,6 @@ endif
 
 config CC_OPTIMIZE_FOR_SIZE
 	bool "Optimize for size (Look out for broken compilers!)"
-	default y
 	depends on ARM || H8300 || SUPERH || EXPERIMENTAL
 	help
 	  Enabling this option will pass "-Os" instead of "-O2" to gcc

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-22  0:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-22  0:36 [PATCH] kbuild: CONFIG_CC_OPTIMIZE_FOR_SIZE should not be default Pavel Roskin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome