diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-08 16:02:13 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-11 10:08:11 +0000 |
commit | d0b24abaf251970e90d1eaa12bebd97bbd8d677b (patch) | |
tree | c804949e1b008ad2e7e138a3156e6a67d455aee6 /meta/conf | |
parent | b526b13f621e3245e23099ced8c22560f31418ea (diff) | |
download | poky-d0b24abaf251970e90d1eaa12bebd97bbd8d677b.tar.gz |
lto.inc: Disable LTO for xserver-xorg
It ends up with undefined symbol when LTO is enabled
Fixes
test/xi2/protocol-xiquerydevice.c:345: undefined reference to `GrabButton'
(From OE-Core rev: 129ec897a25ed9ba2657f0ed44ccaf2f429ce6ac)
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/lto.inc b/meta/conf/distro/include/lto.inc index 9c4e0ef507..bd433aa418 100644 --- a/meta/conf/distro/include/lto.inc +++ b/meta/conf/distro/include/lto.inc | |||
@@ -18,6 +18,7 @@ LTO_pn-curl = "" | |||
18 | LTO_pn-libcap = "" | 18 | LTO_pn-libcap = "" |
19 | LTO_pn-libproxy = "" | 19 | LTO_pn-libproxy = "" |
20 | LTO_pn-libbsd = "" | 20 | LTO_pn-libbsd = "" |
21 | LTO_pn-xserver-xorg = "" | ||
21 | 22 | ||
22 | # Custom LTO flags | 23 | # Custom LTO flags |
23 | # disable partitioning/streaming algorithm since its uses ASM | 24 | # disable partitioning/streaming algorithm since its uses ASM |