linuxOS_AP06/buildroot/package/zstd/Config.in
2025-06-03 12:28:32 +08:00

21 lines
512 B
Plaintext

config BR2_PACKAGE_ZSTD
bool "zstd"
help
Zstandard, or zstd as short version, is a fast lossless
compression algorithm, targeting real-time compression
scenarios at zlib-level and better compression ratios
The selection of other packages will enable some features:
xz, lz4 and/or zlib will enable support for corresponding
compression formats
https://facebook.github.io/zstd
if BR2_PACKAGE_ZSTD
config BR2_PACKAGE_ZSTD_STATIC
bool "Enable static"
default y if BR2_STATIC_LIBS
endif