-
CONFIG_SIZE_OPTIMIZATIONS
¶
Optimize for size
Type: bool
Help¶
Compiler optimizations will be set to -Os independently of other options.
Kconfig definition¶
At <Zephyr>/Kconfig.zephyr:194
Included via <Zephyr>/Kconfig:8
Menu path: (Top) → Build and Link Features → Compiler Options → Optimization level
config SIZE_OPTIMIZATIONS bool "Optimize for size" depends on <choice: Optimization level> help Compiler optimizations will be set to -Os independently of other options.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)