Skip to content

Commit

Permalink
board/aarch64: Build kernel and modules with debug info
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wkz authored and troglobit committed Oct 10, 2023
1 parent 5891c0f commit 5f37b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions board/aarch64/linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f37b8a

Please sign in to comment.