From: Khem Raj Date: Wed, 11 Nov 2020 01:47:53 +0000 (-0800) Subject: lto.inc: Disable LTO for webkit X-Git-Tag: uninative-2.10~722 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fb24d6504c30d3302fda42b6e6a918d674323a8f;p=openembedded-core.git lto.inc: Disable LTO for webkit webkit fails to link with LTO on at this point. Some of the issues are being worked on upstream and disabling LTO should be re-evaluated as we update this change. Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/lto.inc b/meta/conf/distro/include/lto.inc index bb957084b5..20895ad40d 100644 --- a/meta/conf/distro/include/lto.inc +++ b/meta/conf/distro/include/lto.inc @@ -19,6 +19,8 @@ LTO_pn-libcap = "" LTO_pn-libproxy = "" LTO_pn-libbsd = "" LTO_pn-perf = "" +# webkit is not linking properly with LTO, disable until next time +LTO_pn-webkitgtk = "" LTO_pn-xserver-xorg = "" # Custom LTO flags