diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-06-23 08:12:14 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-06-23 08:12:14 (GMT) |
commit | fae12fe2c37f0c849af9eed0e8f54a454be85922 (patch) | |
tree | 75c07c9b330dd3efc88b807c88bd31f49c1fa9b3 /src/script/script.pri | |
parent | 0895ea103b4cf90148080cb994e1081f7cf856d3 (diff) | |
download | Qt-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.pri | 2 |
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 |