- 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:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_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:8
→ Kconfig.zephyr:34
→ subsys/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.)