aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml.pro
diff options
context:
space:
mode:
authorChris Adams <christopher.adams@nokia.com>2012-05-22 09:52:57 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-25 03:21:48 +0200
commit8c68dcd2aa98f12d4e5c731dbc04a49c05917ed8 (patch)
treec23dc23889df114478692f95ddec6185d94bc769 /src/qml/qml.pro
parent0c6c4ffacc6e9ff57e041329e4952fd61ad0717c (diff)
Remove exceptions support from QtQml
Previously, the sequence wrapper handled std::alloc exceptions. This commit removes that handling, as there are many other ways to use up all of the available address space memory which aren't handled (eg, loading lots of large images), and exception support causes a large overhead. See a1151929fffc765e128d72d170342020b34dd0b3 for more information. Change-Id: I68c9d7744e7dcece7b3112352e01ac71ead12f62 Reviewed-by: Glenn Watson <glenn.watson@nokia.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'src/qml/qml.pro')
-rw-r--r--src/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml.pro b/src/qml/qml.pro
index 283732a3b6..acafb9f6a3 100644
--- a/src/qml/qml.pro
+++ b/src/qml/qml.pro
@@ -3,7 +3,7 @@ load(qt_module)
TARGET = QtQml
QPRO_PWD = $$PWD
-CONFIG += module exceptions
+CONFIG += module
MODULE_PRI += ../../modules/qt_qml.pri
QT = core-private network v8-private