mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-26 19:29:07 +08:00
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>