Skip to content

Commit

Permalink
Add optimizations for QJSValue tests for MSVC.
Browse files Browse the repository at this point in the history
The comment is not valid. It was added for QScriptValue generated test
which are not included in QJSValue tests.

Change-Id: I958e3c1d1f57cfa0ad34d1a8c8387deec792efaf
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
  • Loading branch information
nierob authored and Qt by Nokia committed Feb 21, 2012
1 parent b01aec8 commit ed20c5e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/auto/declarative/qjsvalue/qjsvalue.pro
Expand Up @@ -4,9 +4,3 @@ macx:CONFIG -= app_bundle
QT += declarative widgets testlib
SOURCES += tst_qjsvalue.cpp
HEADERS += tst_qjsvalue.h

win32-msvc* {
# With -O2, MSVC takes up to 24 minutes to compile this test!
QMAKE_CXXFLAGS_RELEASE -= -O1 -O2
QMAKE_CXXFLAGS_RELEASE += -Od
}

0 comments on commit ed20c5e

Please sign in to comment.