Changeset 35714 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Aug 13, 2008, 6:31:11 AM (17 years ago)
Author:
Simon Hausmann
Message:

2008-08-13 Brad Hughes <[email protected]>

Reviewed by Simon.

Fix compiling of QtWebKit in release mode with the Intel C++ Compiler for Linux

The latest upgrade of the intel compiler allows us to compile all of
Qt with optimizations enabled (yay!).

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r35703 r35714  
     12008-08-13  Brad Hughes <[email protected]>
     2
     3        Reviewed by Simon.
     4
     5        Fix compiling of QtWebKit in release mode with the Intel C++ Compiler for Linux
     6
     7        The latest upgrade of the intel compiler allows us to compile all of
     8        Qt with optimizations enabled (yay!).
     9
     10        * JavaScriptCore.pro:
     11
    1122008-08-12  Oliver Hunt  <[email protected]>
    213
  • trunk/JavaScriptCore/JavaScriptCore.pro

    r35479 r35714  
    6363QMAKE_EXTRA_TARGETS += generated_files
    6464
    65 linux-icc*:QMAKE_CXXFLAGS_RELEASE ~= s/-O2/-O0/
    66 
    6765qt-port: lessThan(QT_MINOR_VERSION, 4) {
    6866    DEFINES += QT_BEGIN_NAMESPACE="" QT_END_NAMESPACE=""
Note: See TracChangeset for help on using the changeset viewer.