package/libs/zlib: Add option for O3 optimization
[openwrt/openwrt.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