Config.in 231 B

1234567891011
  1. menu "Configuration"
  2. depends on PACKAGE_zlib
  3. config ZLIB_OPTIMIZE_SPEED
  4. bool "Optimize for speed"
  5. help
  6. This enables additional optimization and
  7. increases performance considerably at
  8. the expense of binary size.
  9. endmenu