summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-12 07:35:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-13 23:28:30 +0100
commit1cf0974ad242f7eb2815a4ef0e3e5b6507ca56ea (patch)
tree41ef242b95aa4468862e728bef229545a77d9c11 /meta/recipes-sato
parent3891414b6b929cc3eed9d7ea62e9cda70bba29a0 (diff)
downloadpoky-1cf0974ad242f7eb2815a4ef0e3e5b6507ca56ea.tar.gz
bitbake.conf: Further cleanup compiler optimization flags
Move the -pipe option out of the optimization flags and directly into the flags variables since we always use it now. Also move the debug prefix mapping there to match the nativesdk case which already does this. Fix the documentation and two recipe usages to match the change. (From OE-Core rev: 9badf68d78d995f7d5d4cf27e045f029fc6d4044) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.44.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.44.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.44.1.bb
index 29e12bb8c5..d927d81a43 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.44.1.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.44.1.bb
@@ -93,7 +93,7 @@ EXTRA_OECMAKE = " \
93 93
94# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the 94# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the
95# debug symbols (4.3GB to 700M at time of writing) 95# debug symbols (4.3GB to 700M at time of writing)
96DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}" 96DEBUG_LEVELFLAG = "-g1"
97 97
98# Javascript JIT is not supported on ARC 98# Javascript JIT is not supported on ARC
99EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " 99EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF "