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