summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase/0016-Disable-ltcg-for-host_build.patch
Commit message (Collapse)AuthorAgeFilesLines
* 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>