[Qt] Remove redundant NDEBUG definition
authorvestbo@webkit.org <vestbo@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 27 Jun 2012 14:27:00 +0000 (14:27 +0000)
committervestbo@webkit.org <vestbo@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 27 Jun 2012 14:27:00 +0000 (14:27 +0000)
Already handled in default_post.prf.

Patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com> on 2012-06-27
Reviewed by Tor Arne Vestbø.

* WebCore.pri:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121341 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/WebCore.pri

index 16c7872..b14d5d3 100755 (executable)
@@ -1,3 +1,13 @@
+2012-06-27  Oswald Buddenhagen  <oswald.buddenhagen@nokia.com>
+
+        [Qt] Remove redundant NDEBUG definition
+
+        Already handled in default_post.prf.
+
+        Reviewed by Tor Arne Vestbø.
+
+        * WebCore.pri:
+
 2012-06-27  Alexander Pavlov  <apavlov@chromium.org>
 
         Unexpected end of style sheet in @font-face rule discards it rather than closes all open constructs
index 193f5fe..510c551 100644 (file)
@@ -230,7 +230,6 @@ contains(DEFINES, WTF_USE_TEXTURE_MAPPER_GL=1)|contains(DEFINES, ENABLE_WEBGL=1)
 !system-sqlite:exists( $${SQLITE3SRCDIR}/sqlite3.c ) {
     INCLUDEPATH += $${SQLITE3SRCDIR}
     DEFINES += SQLITE_CORE SQLITE_OMIT_LOAD_EXTENSION SQLITE_OMIT_COMPLETE
-    CONFIG(release, debug|release): DEFINES *= NDEBUG
 } else {
     INCLUDEPATH += $${SQLITE3SRCDIR}
     LIBS += -lsqlite3