aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@nokia.com>2012-02-09 10:19:26 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-21 02:25:14 +0100
commited20c5e6802a13e4faf6f7b09e0b30d01846ca07 (patch)
tree96d278ea2c02845cfedee387918e216f1e53eedd /tests
parentb01aec8e81a5839ee520ed4e6e4fedf1d2ec419a (diff)
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: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qjsvalue/qjsvalue.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qjsvalue/qjsvalue.pro b/tests/auto/declarative/qjsvalue/qjsvalue.pro
index a8c88dc617..3b40e92e67 100644
--- a/tests/auto/declarative/qjsvalue/qjsvalue.pro
+++ b/tests/auto/declarative/qjsvalue/qjsvalue.pro
@@ -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
-}