diff options
author | Ross Burton <ross.burton@arm.com> | 2023-09-25 12:35:08 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-26 12:44:12 -0700 |
commit | 6985b3d6a9b77d12bd787fc522533b45e4f501d3 (patch) | |
tree | 6e39a8e20da4660c58cde261d0dd72b998bf1acd /meta-python/recipes-devtools/python | |
parent | 79088766c8b82487a58da79f5ba9114c5ad69eaf (diff) | |
download | meta-openembedded-6985b3d6a9b77d12bd787fc522533b45e4f501d3.tar.gz |
webkitgtk3: reduce size of -dbg package
Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of
the debug symbols
Level 1 produces minimal information, enough for making backtraces in
parts of the program that you don't plan to debug. This includes
descriptions of functions and external variables, and line number
tables, but no information about local variables.
This makes the sstate objects a lot more manageable, and packaging
faster.
Based on - https://patchwork.yoctoproject.org/project/oe-core/patch/20230925113508.1087898-1-ross.burton@arm.com/
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
0 files changed, 0 insertions, 0 deletions