From fae12fe2c37f0c849af9eed0e8f54a454be85922 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 23 Jun 2009 10:12:14 +0200 Subject: 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. --- src/script/script.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12