Re: [OE-core] [PATCH] webkitgtk: reduce size of -dbg package

2023-09-25 Thread Khem Raj
On Mon, Sep 25, 2023 at 4:35 AM Ross Burton wrote: > > From: Ross Burton > > Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of > the debug symbols (4.3GB to 700M at time of writing): > > Level 1 produces minimal information, enough for making backtraces in > parts of

Re: [OE-core] [PATCH] webkitgtk: reduce size of -dbg package

2023-09-25 Thread Alexander Kanavin
Thanks! What's the next biggest offender? Alex On Mon, 25 Sept 2023 at 13:35, Ross Burton wrote: > > From: Ross Burton > > Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of > the debug symbols (4.3GB to 700M at time of writing): > > Level 1 produces minimal information,

[OE-core] [PATCH] webkitgtk: reduce size of -dbg package

2023-09-25 Thread Ross Burton
From: Ross Burton Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the debug symbols (4.3GB to 700M at time of writing): Level 1 produces minimal information, enough for making backtraces in parts of the program that you don't plan to debug. This includes