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>
7 lines
199 B
Text
7 lines
199 B
Text
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.
|