v1.5 branch refresh based upon upstream master @ c8677ca89e53e3be7988d54280fce166cc894a7e
[librecmc/librecmc.git] / package / libs / zlib / Config.in
1 menu "Configuration"
2         depends on PACKAGE_zlib
3
4 config ZLIB_OPTIMIZE_SPEED
5         bool "Optimize for speed"
6         help
7                 This enables additional optimization and 
8                 increases performance considerably at 
9                 the expense of binary size.
10
11 endmenu