summaryrefslogtreecommitdiffstats
path: root/src/script/script.pri
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-06-23 08:12:14 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-06-23 08:12:14 (GMT)
commitfae12fe2c37f0c849af9eed0e8f54a454be85922 (patch)
tree75c07c9b330dd3efc88b807c88bd31f49c1fa9b3 /src/script/script.pri
parent0895ea103b4cf90148080cb994e1081f7cf856d3 (diff)
downloadQt-fae12fe2c37f0c849af9eed0e8f54a454be85922.zip
Qt-fae12fe2c37f0c849af9eed0e8f54a454be85922.tar.gz
Qt-fae12fe2c37f0c849af9eed0e8f54a454be85922.tar.bz2
enable assertions in JSC by default
It's really needed at this stage to make sure we're not calling JSC functions with bogus arguments etc.
Diffstat (limited to 'src/script/script.pri')
-rw-r--r--src/script/script.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/script.pri b/src/script/script.pri
index b064185..7aa7331 100644
--- a/src/script/script.pri
+++ b/src/script/script.pri
@@ -31,5 +31,5 @@ DEFINES += BUILDING_QT__=1
DEFINES += USE_SYSTEM_MALLOC
DEFINES += WTF_USE_JAVASCRIPTCORE_BINDINGS=1
DEFINES += WTF_CHANGES=1
-DEFINES += NDEBUG
+# DEFINES += NDEBUG