package/libs/zlib: Add option for O3 optimization
authorDaniel Engberg <daniel.engberg.lists@pyret.net>
Tue, 5 Sep 2017 17:31:10 +0000 (19:31 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 2 Jan 2018 16:11:12 +0000 (17:11 +0100)
commit0dd439141da0fc1a7938ee06f7be3924c73ba716
tree6925867e448ad5804a77fe05786fbc6aaf7acadb
parent3acecba5209984e43397bc0eaa96822ccacb5712
package/libs/zlib: Add option for O3 optimization

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>
package/libs/zlib/Config.in [new file with mode: 0644]
package/libs/zlib/Makefile