mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-24 02:09:06 +08:00
ci: ensure CONFIG_DEBUG_INFO_BTF=y by choosing DWARF debug info
With recent upstream changes, the default for debug info is CONFIG_DEBUG_INFO_NONE=y, which prevents BTF from being generated. Choose CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y to make sure we do get DWARF generated. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
c562444fb0
commit
f7833c0819
@@ -2789,6 +2789,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_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
|
||||
Reference in New Issue
Block a user