diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-08 17:54:20 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-11-11 19:14:14 +0100 |
commit | df46d9212fff57959a7f2a566c04d2892d1369b6 (patch) | |
tree | a3e8e13401c5c642500198d26092f20a7aa9472c | |
parent | 21ce4c124d9a972d9122f87c64ac2773bf04c284 (diff) | |
download | meta-qt5-df46d9212fff57959a7f2a566c04d2892d1369b6.tar.gz |
qtbase: Disable LTO
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index ef415d96..2f1a9273 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -37,6 +37,10 @@ SRC_URI += "\ | |||
37 | file://0019-Define-__NR_futex-if-it-does-not-exist.patch \ | 37 | file://0019-Define-__NR_futex-if-it-does-not-exist.patch \ |
38 | " | 38 | " |
39 | 39 | ||
40 | # Disable LTO for now, QT5 patches are being worked upstream, perhaps revisit with | ||
41 | # next major upgrade of QT | ||
42 | LTO = "" | ||
43 | |||
40 | # for syncqt | 44 | # for syncqt |
41 | RDEPENDS_${PN}-tools += "perl" | 45 | RDEPENDS_${PN}-tools += "perl" |
42 | 46 | ||