:orphan: .. title:: CONFIG_DEBUG_OPTIMIZATIONS .. kconfig:: CONFIG_DEBUG_OPTIMIZATIONS CONFIG_DEBUG_OPTIMIZATIONS ########################## *Optimize debugging experience* Type: ``bool`` Help ==== .. code-block:: none Compiler optimizations will be set to -Og independently of other options. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``Kconfig.zephyr:297`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Compiler Options → Optimization level .. code-block:: kconfig config DEBUG_OPTIMIZATIONS bool "Optimize debugging experience" depends on help Compiler optimizations will be set to -Og independently of other options. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*