| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 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 | ||||