summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2020-11-02 10:11:19 -0800
committerAlistair Delva <adelva@google.com>2020-11-02 19:24:27 +0000
commit23277e650644f0256442a3f01252d8fbc6af07f1 (patch)
treedc13944b6334b5b2c82d4e35b8568df192ceb5b4
parentd0dc5d8586f5d3cb82f59563144a7129af320812 (diff)
downloadcommon-23277e650644f0256442a3f01252d8fbc6af07f1.tar.gz
ANDROID: GKI: Enable DEBUG_INFO_DWARF4ASB-2020-11-05_11-5.4
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>
-rw-r--r--arch/arm64/configs/gki_defconfig1
-rw-r--r--arch/x86/configs/gki_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig
index d4d9627b93f6..1da021deabe0 100644
--- a/arch/arm64/configs/gki_defconfig
+++ b/arch/arm64/configs/gki_defconfig
@@ -564,6 +564,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
diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig
index ff6bed6ddf4e..1eb71a655cc3 100644
--- a/arch/x86/configs/gki_defconfig
+++ b/arch/x86/configs/gki_defconfig
@@ -492,6 +492,7 @@ CONFIG_XZ_DEC=y
CONFIG_DMA_CMA=y
CONFIG_PRINTK_TIME=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