diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-11-10 21:08:31 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-11-10 21:08:31 +0100 |
commit | b75971e3ad314b3fa3c4c3c69290bbafcc3fc286 (patch) | |
tree | e950fdec264faa123be241fff6761b86bfcf8fbf /core/linux/config.pentium4 | |
parent | eae7117b9952dba7b1106a8d3cd93744cb5b0007 (diff) | |
download | packages-b75971e3ad314b3fa3c4c3c69290bbafcc3fc286.tar.xz |
core/linux: disabled CONFIG_DEBUG_INFO_BTF
Diffstat (limited to 'core/linux/config.pentium4')
-rw-r--r-- | core/linux/config.pentium4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/linux/config.pentium4 b/core/linux/config.pentium4 index 4c2baa12..05296b85 100644 --- a/core/linux/config.pentium4 +++ b/core/linux/config.pentium4 @@ -10680,7 +10680,7 @@ CONFIG_DEBUG_INFO=y # CONFIG_DEBUG_INFO_COMPRESSED is not set # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO_DWARF4=y -CONFIG_DEBUG_INFO_BTF=y +CONFIG_DEBUG_INFO_BTF=n # CONFIG_GDB_SCRIPTS is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 |