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>master
parent
3acecba520
commit
0dd439141d
@ -0,0 +1,11 @@ |
||||
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 |
Loading…
Reference in new issue