diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/init/Kconfig b/init/Kconfig index f1f22db74d5a..da071c4bbfb7 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -496,16 +496,12 @@ source "usr/Kconfig" | |||
496 | endif | 496 | endif |
497 | 497 | ||
498 | config CC_OPTIMIZE_FOR_SIZE | 498 | config CC_OPTIMIZE_FOR_SIZE |
499 | bool "Optimize for size (Look out for broken compilers!)" | 499 | bool "Optimize for size" |
500 | default y | 500 | default y |
501 | depends on ARM || H8300 || SUPERH || EXPERIMENTAL | ||
502 | help | 501 | help |
503 | Enabling this option will pass "-Os" instead of "-O2" to gcc | 502 | Enabling this option will pass "-Os" instead of "-O2" to gcc |
504 | resulting in a smaller kernel. | 503 | resulting in a smaller kernel. |
505 | 504 | ||
506 | WARNING: some versions of gcc may generate incorrect code with this | ||
507 | option. If problems are observed, a gcc upgrade may be needed. | ||
508 | |||
509 | If unsure, say N. | 505 | If unsure, say N. |
510 | 506 | ||
511 | config SYSCTL | 507 | config SYSCTL |