summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorCharlesMengCA <58993776+CharlesMengCA@users.noreply.github.com>2024-03-12 00:06:14 -0400
committerGitHub <noreply@github.com>2024-03-12 00:06:14 -0400
commit7ea82bc17d1583f4d9d46397846b0eb63e6651eb (patch)
treec3e5b0f9663ee3de8edeaefbe9cb37bfe3a97ba8 /target
parentf7a68458b42d30ae4bb03f0be66cfd4cfae9602d (diff)
downloadopenwrt-7ea82bc17d1583f4d9d46397846b0eb63e6651eb.tar.gz
openwrt-7ea82bc17d1583f4d9d46397846b0eb63e6651eb.tar.bz2
openwrt-7ea82bc17d1583f4d9d46397846b0eb63e6651eb.zip
kernel: config: add symbol introduced with 6.2
CONFIG_DEBUG_INFO_COMPRESSED_ZSTD, required by GCC 13.0+ Compress the debug information using zstd. This may provide better compression than zlib, for about the same time costs, but requires newer toolchain support. Requires GCC 13.0+ or Clang 16.0+, binutils 2.40+, and zstd. Signed-off-by: CharlesMengCA <58993776+CharlesMengCA@users.noreply.github.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/config-6.61
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index 319f56fe01..db828745df 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -1412,6 +1412,7 @@ CONFIG_DEBUG_FS_ALLOW_ALL=y
# CONFIG_DEBUG_INFO_BTF is not set
CONFIG_DEBUG_INFO_COMPRESSED_NONE=y
# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set
+# CONFIG_DEBUG_INFO_COMPRESSED_ZSTD is not set
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_DEBUG_INFO_DWARF5 is not set
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y