mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
ANDROID: GKI: Enable DEBUG_INFO_DWARF4
This is useful for debuggers, and is already the default for clang (incidentally). Make sure it is on for all users/compilers. Bug: 160841764 Change-Id: Ibb9a0c6900728d4cce3eccb57fb4c38268a89f24 Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
parent
acd4caf0df
commit
709eab3f96
|
|
@ -569,6 +569,7 @@ CONFIG_DMA_CMA=y
|
|||
CONFIG_PRINTK_TIME=y
|
||||
CONFIG_DYNAMIC_DEBUG_CORE=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
# CONFIG_ENABLE_MUST_CHECK is not set
|
||||
CONFIG_HEADERS_INSTALL=y
|
||||
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
|
||||
|
|
|
|||
|
|
@ -512,6 +512,7 @@ CONFIG_DMA_CMA=y
|
|||
CONFIG_PRINTK_TIME=y
|
||||
CONFIG_DYNAMIC_DEBUG_CORE=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
# CONFIG_ENABLE_MUST_CHECK is not set
|
||||
CONFIG_HEADERS_INSTALL=y
|
||||
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user