Title: [153464] trunk/Source/WebCore
Revision
153464
Author
hausm...@webkit.org
Date
2013-07-30 05:01:00 -0700 (Tue, 30 Jul 2013)

Log Message

[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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (153463 => 153464)


--- trunk/Source/WebCore/ChangeLog	2013-07-30 11:42:00 UTC (rev 153463)
+++ trunk/Source/WebCore/ChangeLog	2013-07-30 12:01:00 UTC (rev 153464)
@@ -1,3 +1,16 @@
+2013-07-30  Simon Hausmann  <simon.hausm...@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-07-30  Allan Sandfeld Jensen  <allan.jen...@digia.com>
 
         REGRESION(r151091) ASSERTION FAILED: m_readableData || m_writableData

Modified: trunk/Source/WebCore/WebCore.pri (153463 => 153464)


--- trunk/Source/WebCore/WebCore.pri	2013-07-30 11:42:00 UTC (rev 153463)
+++ trunk/Source/WebCore/WebCore.pri	2013-07-30 12:01:00 UTC (rev 153464)
@@ -275,7 +275,7 @@
 }
 
 # 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
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to