* [PATCH] lto.inc: Disable LTO for webkit
@ 2020-11-11 1:47 Khem Raj
0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2020-11-11 1:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj
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 <raj.khem@gmail.com>
---
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
--
2.29.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-11 1:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-11 1:47 [PATCH] lto.inc: Disable LTO for webkit Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox