diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-06 08:14:51 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-06 08:14:51 +0100 |
commit | 505a3908e8a4196707ca63bc27f36ccac64e01b9 (patch) | |
tree | ef447c4c54bd7221709a4b75db493e2cdb95b8c6 /core/linux/config.i686 | |
parent | 753ccc08dea3a8bf5a9a079d5f9e014723d08fd2 (diff) | |
download | packages-505a3908e8a4196707ca63bc27f36ccac64e01b9.tar.xz |
core/linux: enabling CONFIG_DEBUG_INFO_BTF for resolve_btfids
Diffstat (limited to 'core/linux/config.i686')
-rw-r--r-- | core/linux/config.i686 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/linux/config.i686 b/core/linux/config.i686 index 53c7ec97..172dd9df 100644 --- a/core/linux/config.i686 +++ b/core/linux/config.i686 @@ -10635,7 +10635,7 @@ CONFIG_DEBUG_INFO=y # CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set CONFIG_DEBUG_INFO_DWARF4=y # CONFIG_DEBUG_INFO_DWARF5 is not set -# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_DEBUG_INFO_BTF=y CONFIG_PAHOLE_HAS_SPLIT_BTF=y # CONFIG_GDB_SCRIPTS is not set CONFIG_FRAME_WARN=1024 |