summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb
index 9493d86422..0dadf570e2 100644
--- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb
+++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb
@@ -93,9 +93,8 @@ EXTRA_OECMAKE = " \
93 -DENABLE_MINIBROWSER=ON \ 93 -DENABLE_MINIBROWSER=ON \
94 -DCMAKE_EXPORT_COMPILE_COMMANDS=OFF \ 94 -DCMAKE_EXPORT_COMPILE_COMMANDS=OFF \
95 " 95 "
96# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the 96# pass -g1 to massively reduce the size of the debug symbols (4.3GB to 700M at time of writing)
97# debug symbols (4.3GB to 700M at time of writing) 97DEBUG_LEVELFLAG = "-g1"
98DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}"
99 98
100# Javascript JIT is not supported on ARC 99# Javascript JIT is not supported on ARC
101EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " 100EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF "