summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.36.8.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.8.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.8.bb
index a62d99b227..4849ee50ff 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.36.8.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.36.8.bb
@@ -100,6 +100,10 @@ EXTRA_OECMAKE = " \
100 -DENABLE_GAMEPAD=OFF \ 100 -DENABLE_GAMEPAD=OFF \
101 " 101 "
102 102
103# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the
104# debug symbols (4.3GB to 700M at time of writing)
105DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}"
106
103# Javascript JIT is not supported on ARC 107# Javascript JIT is not supported on ARC
104EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " 108EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF "
105# By default 25-bit "medium" calls are used on ARC 109# By default 25-bit "medium" calls are used on ARC