summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@digia.com>2014-01-02 14:19:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-02 14:52:48 +0100
commita6775268c2be63ec6ffdb02ee63b76fc40f1618c (patch)
treea157cf545753e2f2e37aaeea93ed64d2fe99b0f1
parentd0306ff74e5a3dfde81de3a6f688a178b22bd38c (diff)
downloadqtwebkit-a6775268c2be63ec6ffdb02ee63b76fc40f1618c.tar.gz
Extend disabling of whole-program-optimizations to MSVC 2013
Building with whole-program-optimizations remains a problem with MSVC 2013, so we must continue to disable it. Task-number: QTBUG-35835 Change-Id: Ic3131495ce0ce323ad041e51332969cc01b741c5 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--Source/WebCore/WebCore.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/WebCore.pri b/Source/WebCore/WebCore.pri
index 6d0b4ed12..2675a310d 100644
--- a/Source/WebCore/WebCore.pri
+++ b/Source/WebCore/WebCore.pri
@@ -277,7 +277,7 @@ win32 {
}
# Remove whole program optimizations due to miscompilations
-win32-msvc2005|win32-msvc2008|win32-msvc2010|win32-msvc2012|wince*:{
+win32-msvc2005|win32-msvc2008|win32-msvc2010|win32-msvc2012|win32-msvc2013|wince*:{
QMAKE_CFLAGS_LTCG -= -GL
QMAKE_CXXFLAGS_LTCG -= -GL