1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/libs/liblz4/Config.in
Rosen Penev 388d28e897 liblz4: Update to 1.9.1 and switch to codeload
Simplifies the Makefile.

Remove build hacks and use CMake

Use PKG_BUILD_PARALLEL for faster compilation.

Switch to the Compression submenu to group this with the others.

Added lz4 binaries to be installable.

Add Optimization option.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-14 11:37:17 -07:00

8 lines
199 B
Plaintext

config LZ4_OPTIMIZE_SPEED
bool "Optimize for speed"
depends on PACKAGE_liblz4
help
This enables additional optimization and
increases performance considerably at
the expense of binary size.