diff options
author | Steve Sakoman <steve@sakoman.com> | 2024-11-21 08:55:14 -0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-26 06:11:30 -0800 |
commit | 1e93d7555fe898400980b29987036a83331e0eaa (patch) | |
tree | 400906105648420a2a3057d9d7de5f11a6492d2f /bitbake/lib/bb/exceptions.py | |
parent | 8574cb4d511f4eac441f0f0848446866eb236006 (diff) | |
download | poky-1e93d7555fe898400980b29987036a83331e0eaa.tar.gz |
llvm: 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.
(From OE-Core rev: dac630ab5ee7aa6c5c7c294093adbd11b116c765)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'bitbake/lib/bb/exceptions.py')
0 files changed, 0 insertions, 0 deletions