Debug sections can now be compressed using zstd. Signed-off-by: Andre Heider <[email protected]>
@@ -50,7 +50,7 @@ HOST_CONFIGURE_ARGS = \
--target=$(REAL_GNU_TARGET_NAME) \
--with-sysroot=$(TOOLCHAIN_DIR) \
--with-system-zlib \
- --without-zstd \
+ --with-zstd \
--enable-deterministic-archives \
--enable-plugins \
--enable-lto \