summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.0.bb b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.0.bb
index 5f94d32ee4..8962dbfe7d 100644
--- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.0.bb
+++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.0.bb
@@ -86,6 +86,9 @@ EXTRA_OECMAKE = " \
86 ${@bb.utils.contains('GIDOCGEN_ENABLED', 'True', '-DENABLE_DOCUMENTATION=ON', '-DENABLE_DOCUMENTATION=OFF', d)} \ 86 ${@bb.utils.contains('GIDOCGEN_ENABLED', 'True', '-DENABLE_DOCUMENTATION=ON', '-DENABLE_DOCUMENTATION=OFF', d)} \
87 -DENABLE_MINIBROWSER=ON \ 87 -DENABLE_MINIBROWSER=ON \
88 " 88 "
89# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the
90# debug symbols (4.3GB to 700M at time of writing)
91DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}"
89 92
90# Javascript JIT is not supported on ARC 93# Javascript JIT is not supported on ARC
91EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " 94EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF "