Changeset 35714 in webkit for trunk/JavaScriptCore
- Timestamp:
- Aug 13, 2008, 6:31:11 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r35703 r35714 1 2008-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 1 12 2008-08-12 Oliver Hunt <[email protected]> 2 13 -
trunk/JavaScriptCore/JavaScriptCore.pro
r35479 r35714 63 63 QMAKE_EXTRA_TARGETS += generated_files 64 64 65 linux-icc*:QMAKE_CXXFLAGS_RELEASE ~= s/-O2/-O0/66 67 65 qt-port: lessThan(QT_MINOR_VERSION, 4) { 68 66 DEFINES += QT_BEGIN_NAMESPACE="" QT_END_NAMESPACE=""
Note:
See TracChangeset
for help on using the changeset viewer.