From 11e06dabcddc34b689ba38ab6b1898170c3ebc6e Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 4 Jul 2016 16:49:59 +0200 Subject: Remove superfluous NDEBUG define This is already added in WebKit.pri. Change-Id: I6bb2bd9ed20c5cc661847404bc1862314f97a799 Reviewed-by: Oswald Buddenhagen --- src/script/script.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/script/script.pro b/src/script/script.pro index 08f095c..03444d2 100644 --- a/src/script/script.pro +++ b/src/script/script.pro @@ -44,8 +44,6 @@ include($$WEBKITDIR/JavaScriptCore/JavaScriptCore.pri) # This line copied from WebCore.pro DEFINES += WTF_USE_JAVASCRIPTCORE_BINDINGS=1 WTF_CHANGES=1 -CONFIG(release, debug|release):DEFINES += NDEBUG - # Avoid JSC C API functions being exported. DEFINES += JS_NO_EXPORT -- cgit v1.2.1