summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.40.5.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.40.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.40.5.bb
index a0c97aa593..0c54f202ca 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.40.5.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.40.5.bb
@@ -87,6 +87,10 @@ EXTRA_OECMAKE = " \
87 -DUSE_GTK4=ON \ 87 -DUSE_GTK4=ON \
88 " 88 "
89 89
90# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the
91# debug symbols (4.3GB to 700M at time of writing)
92DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}"
93
90# Javascript JIT is not supported on ARC 94# Javascript JIT is not supported on ARC
91EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " 95EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF "
92# By default 25-bit "medium" calls are used on ARC 96# By default 25-bit "medium" calls are used on ARC