Changeset 104758 in webkit


Ignore:
Timestamp:
Jan 11, 2012 3:57:39 PM (12 years ago)
Author:
pierre.rossi@gmail.com
Message:

Fix build issue on Windows when Qt is configured with -ltcg

https://bugs.webkit.org/show_bug.cgi?id=75003

Patch by Shaw Andy <andy.shaw@digia.com> on 2011-12-21
Rubber-stamped by Simon Hausmann.

  • WebCore.pri:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r104757 r104758  
     12011-12-21  Shaw Andy  <andy.shaw@digia.com>
     2
     3        Fix build issue on Windows when Qt is configured with -ltcg
     4        https://bugs.webkit.org/show_bug.cgi?id=75003
     5
     6        Rubber-stamped by Simon Hausmann.
     7
     8        * WebCore.pri:
     9
    1102012-01-09  Avi Drissman  <avi@chromium.org>
    211
  • trunk/Source/WebCore/WebCore.pri

    r104285 r104758  
    221221# Remove whole program optimizations due to miscompilations
    222222win32-msvc2005|win32-msvc2008|win32-msvc2010|wince*:{
    223     QMAKE_CFLAGS_RELEASE -= -GL
    224     QMAKE_CXXFLAGS_RELEASE -= -GL
     223    QMAKE_CFLAGS_LTCG -= -GL
     224    QMAKE_CXXFLAGS_LTCG -= -GL
    225225
    226226    # Disable incremental linking for windows 32bit OS debug build as WebKit is so big
Note: See TracChangeset for help on using the changeset viewer.