Commit d4ef262a authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

Disable LTCG for Qt WebEngineCore


We do not have it working together with the building of Chromium.

Task-number: QTBUG-66571
Change-Id: Ib000a4102b02902f2ac257347e406297fe1608cf
Reviewed-by: default avatarSamuli Piippo <samuli.piippo@qt.io>
Showing with 3 additions and 0 deletions
......@@ -6,3 +6,6 @@ QT += qml quick webchannel
QT_PRIVATE += quick-private gui-private core-private webenginecoreheaders-private
qtHaveModule(positioning):QT += positioning
# LTO does not work for Chromium at the moment, so disable it completely for core.
CONFIG -= ltcg
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment