summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhausmann@webkit.org <hausmann@webkit.org>2013-07-30 12:01:00 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-30 16:34:47 +0200
commit7f3515bc7be65e90f5b994a61d36322821703ea1 (patch)
tree8bb268f25cc180d3fc0dde013b3ac61a8b7c05e5
parented71c0abca765424ed4cf6654f577c454017781c (diff)
downloadqtwebkit-7f3515bc7be65e90f5b994a61d36322821703ea1.tar.gz
Extend disabling of whole-program-optimizations to MSVC 2012 https://bugs.webkit.org/show_bug.cgi?id=119238
Reviewed by Jocelyn Turcotte. As suggested in https://bugreports.qt-project.org/browse/QTBUG-20556, the WebKit build with MSVC 2012 is affected by the same size limitations. * WebCore.pri: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@153464 268f45cc-cd09-0410-ab3c-d52691b4dbfc Change-Id: I586a600a4a7b18db01ec708466fbf8c6ffe215eb Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
-rw-r--r--Source/WebCore/ChangeLog13
-rw-r--r--Source/WebCore/WebCore.pri2
2 files changed, 14 insertions, 1 deletions
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 156d9c468..845bc1d97 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2013-07-30 Simon Hausmann <simon.hausmann@digia.com>
+
+ [Qt][Win] Extend disabling of whole-program-optimizations to MSVC 2012
+ https://bugs.webkit.org/show_bug.cgi?id=119238
+
+ Reviewed by Jocelyn Turcotte.
+
+ As suggested in https://bugreports.qt-project.org/browse/QTBUG-20556,
+ the WebKit build with MSVC 2012 is affected by the same size
+ limitations.
+
+ * WebCore.pri:
+
2013-01-08 Zan Dobersek <zandobersek@gmail.com>
[GTK] Build failures when building with python 3.3
diff --git a/Source/WebCore/WebCore.pri b/Source/WebCore/WebCore.pri
index cb9452356..cc347ce4b 100644
--- a/Source/WebCore/WebCore.pri
+++ b/Source/WebCore/WebCore.pri
@@ -267,7 +267,7 @@ win32 {
}
# Remove whole program optimizations due to miscompilations
-win32-msvc2005|win32-msvc2008|win32-msvc2010|wince*:{
+win32-msvc2005|win32-msvc2008|win32-msvc2010|win32-msvc2012|wince*:{
QMAKE_CFLAGS_LTCG -= -GL
QMAKE_CXXFLAGS_LTCG -= -GL