From fb24d6504c30d3302fda42b6e6a918d674323a8f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 10 Nov 2020 17:47:53 -0800 Subject: 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 --- meta/conf/distro/include/lto.inc | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.2.3-korg