Message ID | 287584ee1068e36c7e758aa1d69ef71382c9adaa.1732310669.git.steve@sakoman.com |
---|---|
State | New |
Headers | show |
Series | [kirkstone,01/19] ghostscript: Backport fix for multiple CVE's | expand |
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 = " \ -DENABLE_GAMEPAD=OFF \ " +# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the +# debug symbols (4.3GB to 700M at time of writing) +DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}" + # Javascript JIT is not supported on ARC EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " # By default 25-bit "medium" calls are used on ARC