mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 18:26:42 +00:00
init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZE
CONFIG_CC_OPTIMIZE_FOR_SIZE was originally an independent boolean option, but commit 877417e6ffb9 ("Kbuild: change CC_OPTIMIZE_FOR_SIZE definition") turned it into a choice between _PERFORMANCE and _SIZE. The phrase "If unsure, say N." sounds like an independent option. Reword the help text to make it appropriate for the choice menu. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
d20558d1de
commit
ce3b487f60
@ -1219,10 +1219,8 @@ config CC_OPTIMIZE_FOR_SIZE
|
|||||||
bool "Optimize for size"
|
bool "Optimize for size"
|
||||||
imply CC_DISABLE_WARN_MAYBE_UNINITIALIZED # avoid false positives
|
imply CC_DISABLE_WARN_MAYBE_UNINITIALIZED # avoid false positives
|
||||||
help
|
help
|
||||||
Enabling this option will pass "-Os" instead of "-O2" to
|
Choosing this option will pass "-Os" to your compiler resulting
|
||||||
your compiler resulting in a smaller kernel.
|
in a smaller kernel.
|
||||||
|
|
||||||
If unsure, say N.
|
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user