kconfig: add note about increasing default stack sizes for -O0
Add a note about increasing default stack sizes to the CONFIG_NO_OPTIMIZATIONS help text. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
b3545b34cf
commit
26ebceed55
|
@ -360,6 +360,9 @@ config NO_OPTIMIZATIONS
|
|||
help
|
||||
Compiler optimizations will be set to -O0 independently of other
|
||||
options.
|
||||
|
||||
Selecting this option will likely require manual tuning of the
|
||||
default stack sizes in order to avoid stack overflows.
|
||||
endchoice
|
||||
|
||||
config COMPILER_WARNINGS_AS_ERRORS
|
||||
|
|
Loading…
Reference in a new issue