- CONFIG_OPTIMIZE_FOR_NONE¶
Don’t optimize
Type: bool
Help¶
Apply no compiler optimizations.
It means -O0 for GCC or equivalent for other compilers.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:152
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:14
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Optimization
config OPTIMIZE_FOR_NONE
bool "Don't optimize"
depends on <choice>
help
Apply no compiler optimizations.
It means -O0 for GCC or equivalent for other compilers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)