diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-17 13:24:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-20 18:54:55 +0000 |
commit | 736086e7c010996d20c945f0e0e00a0d45d17d13 (patch) | |
tree | 44779b5fe82587940fdf25e8fc0b6699aba89db4 /scripts/lib/buildstats.py | |
parent | c9dd83cd206617b441ee4a96719999496a229468 (diff) | |
download | poky-736086e7c010996d20c945f0e0e00a0d45d17d13.tar.gz |
webkitgtk: Add packageconfig to chose between size and speed
This packageconfig when selected will use -Os -DNDEBUG instead of -O2
-DNDEBUG, which should generate smaller binaries and libs but perhaps at
the expense of some runtime performance, defaults are kept as it is
size reduction when enabled
--rwxr-xr-x root root 23503680 ./usr/lib/libjavascriptcoregtk-4.0.so.18.17.13
+-rwxr-xr-x root root 17536152 ./usr/lib/libjavascriptcoregtk-4.0.so.18.17.13
--rwxr-xr-x root root 53314616 ./usr/lib/libwebkit2gtk-4.0.so.37.49.9
+-rwxr-xr-x root root 40195672 ./usr/lib/libwebkit2gtk-4.0.so.37.49.9
(From OE-Core rev: 086c7ef9f90bc4946b53a1373cca539701501384)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/buildstats.py')
0 files changed, 0 insertions, 0 deletions