Commit ed20c5e6 authored by Jędrzej Nowacki's avatar Jędrzej Nowacki Committed by Qt by Nokia
Browse files

Add optimizations for QJSValue tests for MSVC.


The comment is not valid. It was added for QScriptValue generated test
which are not included in QJSValue tests.

Change-Id: I958e3c1d1f57cfa0ad34d1a8c8387deec792efaf
Reviewed-by: default avatarRohan McGovern <rohan.mcgovern@nokia.com>
parent b01aec8e
No related merge requests found
Showing with 0 additions and 6 deletions
...@@ -4,9 +4,3 @@ macx:CONFIG -= app_bundle ...@@ -4,9 +4,3 @@ macx:CONFIG -= app_bundle
QT += declarative widgets testlib QT += declarative widgets testlib
SOURCES += tst_qjsvalue.cpp SOURCES += tst_qjsvalue.cpp
HEADERS += tst_qjsvalue.h 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
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment