0dd439141d
Add option to use O3 optimization as not all devices have space constraints. This option is default using GCC in upstream but isn't in the CMake makefile for some reason. Source: https://github.com/madler/zlib/blob/master/configure#L170 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
11 lines
231 B
Text
11 lines
231 B
Text
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
|