Loading init/Kconfig +1 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
init/Kconfig +1 −5 Original line number Diff line number Diff line Loading @@ -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 Loading