mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user