-
CONFIG_NO_OPTIMIZATIONS
¶
Optimize nothing
Type: bool
Help¶
Compiler optimizations will be set to -O0 independently of other options.
Kconfig definition¶
At Kconfig.zephyr:227
Included via Kconfig:10
Menu path: (top menu) → Build and Link Features → Compiler Options → Optimization level
config NO_OPTIMIZATIONS bool prompt "Optimize nothing" if <choice: Optimization level> depends on <choice: Optimization level> help Compiler optimizations will be set to -O0 independently of other options.
(Definitions include propagated dependencies, including from if’s and menus.)