diff options
author | Simon Hausmann <[email protected]> | 2013-10-17 10:55:47 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-10-17 11:36:32 +0200 |
commit | a2bdaf07c342a12a7b834d0bc17f52b5ee922117 (patch) | |
tree | 50a8f5ca6ed9dd327c51afe80a05c2e1e52f7149 /src | |
parent | 3cbc607b74a1fc410689472d8821771377fcc786 (diff) |
Disable WTF assertions in release builds
Define NDEBUG to disable them.
Change-Id: Ie1f08863b9b483216be2c0768b505f2e9e7ccef8
Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/3rdparty/masm/masm-defs.pri | 2 |
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 |