blob: 64b835e77a4dc1850715d552c5d13773615561ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
menu "Configuration"
depends on PACKAGE_zlib
config ZLIB_OPTIMIZE_SPEED
bool "Optimize for speed"
help
This enables additional optimization and
increases performance considerably at
the expense of binary size.
endmenu
|