]> code.ossystems Code Review - openembedded-core.git/commit
unzip: use optimization from bitbake
authorMikko Rapeli <mikko.rapeli@bmw.de>
Thu, 22 Apr 2021 14:41:14 +0000 (17:41 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Apr 2021 16:53:01 +0000 (17:53 +0100)
commit1330ac1902360cc5e01b69a6065963bf7b92d4bb
tree815bb02529d76ee9946a8e63b22173c6c203ee60
parent547ac986a74cfcae39b691ebb92aadc8436443ea
unzip: use optimization from bitbake

Build with bitbake default optimizations, e.g. O2,
instead of custom O3. Reduces unzip binary package
size from 304401 to 283921 bytes, and enables building
with Os to even further reduce binary size if needed
and configured for the whole system.

Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/unzip/unzip/unzip_optimization.patch [new file with mode: 0644]
meta/recipes-extended/unzip/unzip_6.0.bb