mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 21:13:00 +02:00
board/aarch64: Build kernel and modules with debug info
This costs nothing on target, and it means that we always have debug symbols ready when we need them, without having to do a complete rebuild.
This commit is contained in:
committed by
Joachim Wiberg
parent
5891c0f2b3
commit
5f37b8acd3
@@ -533,6 +533,7 @@ CONFIG_IRQ_POLL=y
|
||||
CONFIG_PRINTK_TIME=y
|
||||
CONFIG_DEBUG_KERNEL=y
|
||||
CONFIG_MAGIC_SYSRQ=y
|
||||
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
CONFIG_DETECT_HUNG_TASK=y
|
||||
# CONFIG_SCHED_DEBUG is not set
|
||||
|
||||
Reference in New Issue
Block a user