diff options
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 4986ecc49e65..ffcdad793f14 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -908,7 +908,6 @@ endif | |||
908 | 908 | ||
909 | config CC_OPTIMIZE_FOR_SIZE | 909 | config CC_OPTIMIZE_FOR_SIZE |
910 | bool "Optimize for size" | 910 | bool "Optimize for size" |
911 | default y | ||
912 | help | 911 | help |
913 | Enabling this option will pass "-Os" instead of "-O2" to gcc | 912 | Enabling this option will pass "-Os" instead of "-O2" to gcc |
914 | resulting in a smaller kernel. | 913 | resulting in a smaller kernel. |