summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-qt/qt5/qtwebengine_git.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* qtwebengine: remove LTCG overrideSamuli Piippo2018-10-231-31/+0
| | | | | | | LTCG is already disabled in QtWebEngine code, no need to override here. Change-Id: I85d2985672e9a1d73a3cccc55293f3a8ded68d6d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qt5: Enable Link Time OptimizationSamuli Piippo2018-09-071-0/+31
Re-enable building qtbase and rest of the modules with Link Time Optimization that significantly improves performance and reduces binary sizes. Exclude it from QtWebEngine, as it produces unstable binaries for ARM. Task-number: QTBUG-68688 Change-Id: Ic2448229b878c5b16febf4773dba6c52f5983fd5 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>