summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/unzip/unzip/unzip_optimization.patch
Commit message (Collapse)AuthorAgeFilesLines
* unzip: use optimization from bitbakeMikko Rapeli2021-04-241-0/+127
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. (From OE-Core rev: 1330ac1902360cc5e01b69a6065963bf7b92d4bb) Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>