mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
webkitgtk3: Always use -g1 for debug flags
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 <raj.khem@gmail.com>
(cherry picked from commit c5fb1e0d3d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -93,9 +93,8 @@ EXTRA_OECMAKE = " \
|
|||||||
-DENABLE_MINIBROWSER=ON \
|
-DENABLE_MINIBROWSER=ON \
|
||||||
-DCMAKE_EXPORT_COMPILE_COMMANDS=OFF \
|
-DCMAKE_EXPORT_COMPILE_COMMANDS=OFF \
|
||||||
"
|
"
|
||||||
# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the
|
# pass -g1 to massively reduce the size of the debug symbols (4.3GB to 700M at time of writing)
|
||||||
# debug symbols (4.3GB to 700M at time of writing)
|
DEBUG_LEVELFLAG = "-g1"
|
||||||
DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}"
|
|
||||||
|
|
||||||
# Javascript JIT is not supported on ARC
|
# Javascript JIT is not supported on ARC
|
||||||
EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF "
|
EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF "
|
||||||
|
|||||||
Reference in New Issue
Block a user