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

24 lines
593 B
Plaintext

menuconfig BR2_PACKAGE_LZ4
bool "lz4"
help
LZ4 is a very fast lossless compression algorithm, providing
compression speed at 400 MB/s per core, scalable with
multi-cores CPU. It also features an extremely fast decoder,
with speed in multiple GB/s per core, typically reaching RAM
speed limits on multi-core systems.
http://www.lz4.org/
if BR2_PACKAGE_LZ4
config BR2_PACKAGE_LZ4_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
config BR2_PACKAGE_LZ4_PROGS
bool "install programs"
help
lz4, lz4c, unlz4 and lz4cat binaries
endif