From: Jeff Layton Date: Thu, 2 Jun 2022 10:32:05 +0000 (-0400) Subject: kernel: enable CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=219af8aaadd7868b531b3066c6249a7be3500a79;p=ceph-build.git kernel: enable CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT The kernel builds don't currently include debug symbols. Enable them. Signed-off-by: Jeff Layton --- diff --git a/kernel/build/kernel-config-deb.sh b/kernel/build/kernel-config-deb.sh index 9bcba9c8..da9618c5 100755 --- a/kernel/build/kernel-config-deb.sh +++ b/kernel/build/kernel-config-deb.sh @@ -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 diff --git a/kernel/build/kernel-config-rpm.sh b/kernel/build/kernel-config-rpm.sh index 5c16e781..1cc5b86a 100755 --- a/kernel/build/kernel-config-rpm.sh +++ b/kernel/build/kernel-config-rpm.sh @@ -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