]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
kernel: enable CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT 2020/head
authorJeff Layton <jlayton@redhat.com>
Thu, 2 Jun 2022 10:32:05 +0000 (06:32 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 3 Jun 2022 14:34:57 +0000 (10:34 -0400)
The kernel builds don't currently include debug symbols. Enable them.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
kernel/build/kernel-config-deb.sh
kernel/build/kernel-config-rpm.sh

index 9bcba9c804d328f77a4f69e20bb2255dfaebfff8..da9618c592891dcdcef2dd664a33ba5d173b73b8 100755 (executable)
@@ -5937,6 +5937,7 @@ CONFIG_DEBUG_BUGVERBOSE=y
 # Compile-time checks and compiler options
 #
 CONFIG_DEBUG_INFO=y
+CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
 # CONFIG_DEBUG_INFO_REDUCED is not set
 # CONFIG_DEBUG_INFO_SPLIT is not set
 # CONFIG_DEBUG_INFO_DWARF4 is not set
index 5c16e781536369966b0daa71cc83a3bce46e89fb..1cc5b86af59231d0311eac333a6d53802ae4ef03 100755 (executable)
@@ -5519,6 +5519,7 @@ CONFIG_DEBUG_BUGVERBOSE=y
 # Compile-time checks and compiler options
 #
 CONFIG_DEBUG_INFO=y
+CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
 # CONFIG_DEBUG_INFO_REDUCED is not set
 # CONFIG_DEBUG_INFO_SPLIT is not set
 # CONFIG_DEBUG_INFO_DWARF4 is not set