aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-08-08 09:58:18 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-08 12:22:34 +0200
commitacb2792b11cf39d06d6e2d49f3dbd31308e0941b (patch)
tree4e36fe09cc5937a155663e1d9de1b415ebfbc77f /src/3rdparty
parentce34b58ad0496664cf62053797fa316f862c9f34 (diff)
Disable the udis86 disassembler by default
It's only required for debugging the JIT, and thus shouldn't be included in a regular build. Enable it with CONFIG+=disassembler Change-Id: I71264da0be00e8618f120ac9d3d06e6cb4b6dfae Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/masm/masm-defs.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/masm/masm-defs.pri b/src/3rdparty/masm/masm-defs.pri
index 305aabc933..2f44f075d4 100644
--- a/src/3rdparty/masm/masm-defs.pri
+++ b/src/3rdparty/masm/masm-defs.pri
@@ -26,7 +26,7 @@ INCLUDEPATH += $$PWD/stubs
INCLUDEPATH += $$PWD/stubs/wtf
INCLUDEPATH += $$PWD
-if(isEqual(QT_ARCH, "i386")|isEqual(QT_ARCH, "x86_64")):!win*: DEFINES += WTF_USE_UDIS86=1
+disassembler:if(isEqual(QT_ARCH, "i386")|isEqual(QT_ARCH, "x86_64")):!win*: DEFINES += WTF_USE_UDIS86=1
else: DEFINES += WTF_USE_UDIS86=0
INCLUDEPATH += $$PWD/disassembler