diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-10 17:47:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-13 14:32:00 +0000 |
commit | f35343550ad11c8484f7e9d2c164a487c8fecc2a (patch) | |
tree | 72f287e698d60efccea72c9d2121c6e465b73700 /meta/conf | |
parent | e23f5b063aac65040317792db51ba7654f906bdb (diff) | |
download | poky-f35343550ad11c8484f7e9d2c164a487c8fecc2a.tar.gz |
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.
(From OE-Core rev: fb24d6504c30d3302fda42b6e6a918d674323a8f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/lto.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 = "" | |||
19 | LTO_pn-libproxy = "" | 19 | LTO_pn-libproxy = "" |
20 | LTO_pn-libbsd = "" | 20 | LTO_pn-libbsd = "" |
21 | LTO_pn-perf = "" | 21 | LTO_pn-perf = "" |
22 | # webkit is not linking properly with LTO, disable until next time | ||
23 | LTO_pn-webkitgtk = "" | ||
22 | LTO_pn-xserver-xorg = "" | 24 | LTO_pn-xserver-xorg = "" |
23 | 25 | ||
24 | # Custom LTO flags | 26 | # Custom LTO flags |