The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_DEBUG

Enable debug build

Build kernel with debugging enabled

Type: bool

Help

Select for debug build

Help

Build a kernel suitable for debugging.  Right now, this option
only disables optimization, more debugging variants can be selected
from here to allow more debugging.

Default

  • n

Kconfig definitions

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:162

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:14/home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Debug

config DEBUG
    bool "Enable debug build"
    default n
    depends on SOF
    help
      Select for debug build

At subsys/debug/Kconfig:90

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:17

Menu path: (Top) → Sub Systems and OS Services → Debugging Options

config DEBUG
    bool "Build kernel with debugging enabled"
    help
      Build a kernel suitable for debugging.  Right now, this option
      only disables optimization, more debugging variants can be selected
      from here to allow more debugging.

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