Skip to content

Commit

Permalink
webkitgtk3: Always use -g1 for debug flags
Browse files Browse the repository at this point in the history
Ensures that debugging symbols do not explode modeled on oe-core commit [1]

[1] https://git.openembedded.org/openembedded-core/commit/?id=9badf68d78d995f7d5d4cf27e045f029fc6d4044
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Oct 3, 2024
1 parent d5a24aa commit c5fb1e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ EXTRA_OECMAKE = " \
-DENABLE_MINIBROWSER=ON \
-DCMAKE_EXPORT_COMPILE_COMMANDS=OFF \
"
# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the
# debug symbols (4.3GB to 700M at time of writing)
DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}"
# pass -g1 to massively reduce the size of the debug symbols (4.3GB to 700M at time of writing)
DEBUG_LEVELFLAG = "-g1"

# Javascript JIT is not supported on ARC
EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF "
Expand Down

0 comments on commit c5fb1e0

Please sign in to comment.