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