CONFIG_DEBUG_OPTIMIZATIONS

Optimize debugging experience

Type: bool

Help

Compiler optimizations will be set to -Og independently of other options.

Direct dependencies

<choice: Optimization level>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/Kconfig.zephyr:206

Included via <Zephyr>/Kconfig:8

Menu path: (Top) → Build and Link Features → Compiler Options → Optimization level

config DEBUG_OPTIMIZATIONS
    bool "Optimize debugging experience"
    depends on <choice: Optimization level>
    help
      Compiler optimizations will be set to -Og independently of other
      options.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)