summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase/0016-Disable-ltcg-for-host_build.patch
Commit message (Collapse)AuthorAgeFilesLines
* qt5: upgrade to latest revision in 5.12Martin Jansa2018-12-201-26/+0
| | | | | | | * WIP: only qtbase now * fixes #136 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5: refresh .patch files, meta-qt5/qt* repos and their tags in recipesMartin Jansa2018-12-201-1/+1
| | | | | | * in preparation for rebase on 5.12 #136 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtbase: refresh patches and update tags on meta-qt5Martin Jansa2018-11-131-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5: Disable ltcg for host_buildSamuli Piippo2018-11-131-0/+26
debug-prefix-map does not work correctly for static libraries when using ltcg, and since host_build compilations link agaist the libQt5Bootstrap.a library, it breaks source file packaging into debug packages. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>