aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-10-17 10:55:47 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-17 11:36:32 +0200
commita2bdaf07c342a12a7b834d0bc17f52b5ee922117 (patch)
tree50a8f5ca6ed9dd327c51afe80a05c2e1e52f7149 /src
parent3cbc607b74a1fc410689472d8821771377fcc786 (diff)
Disable WTF assertions in release builds
Define NDEBUG to disable them. Change-Id: Ie1f08863b9b483216be2c0768b505f2e9e7ccef8 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/3rdparty/masm/masm-defs.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/masm/masm-defs.pri b/src/3rdparty/masm/masm-defs.pri
index cc97440257..34c2e9f8de 100644
--- a/src/3rdparty/masm/masm-defs.pri
+++ b/src/3rdparty/masm/masm-defs.pri
@@ -30,3 +30,5 @@ INCLUDEPATH += $$PWD/disassembler/udis86
INCLUDEPATH += $$_OUT_PWD
win32-msvc2008|wince*: INCLUDEPATH += $$PWD/stubs/compat
+
+CONFIG(release, debug|release): DEFINES += NDEBUG