- CONFIG_OPTIMIZE_FOR_SIZE¶
Optimize for size
Type: bool
Help¶
Apply compiler optimizations prioritizing binary size.
It means -Os 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:140
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_SIZE
bool "Optimize for size"
depends on <choice>
help
Apply compiler optimizations prioritizing binary size.
It means -Os for GCC or equivalent for other compilers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)