mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 04:39:51 +00:00
388d28e897
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>
8 lines
199 B
Plaintext
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.
|