linuxOS_D21X/package/third-party/zstd/Config.in
2024-11-29 16:13:46 +08:00

19 lines
539 B
Plaintext

menuconfig 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_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif