aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/masm-defs.pri
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2016-01-15 10:28:20 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2016-01-20 08:58:06 +0000
commit68beab39a76d567e153e631838a067db8fb7a7c4 (patch)
treea71f9001aef9fa77b3ea0a9bdc4c7031f50b852d /src/3rdparty/masm/masm-defs.pri
parentde846aec97647862c98419a3f37a432031d9a245 (diff)
V4: Tweak "enable JIT" ifdefs.
- indentation, to make it readable - on arm64: only enable for Linux (but only after future testing!) - add CONFIG+=force-compile-jit handling so the JIT can be compiled/used even on platforms that don't officially support it (like iOS, where it works if you run from Xcode). This is done for debugging purposes. Change-Id: I8611ba409e10305f480463a16d88bc854b1c218a Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/3rdparty/masm/masm-defs.pri')
-rw-r--r--src/3rdparty/masm/masm-defs.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/masm/masm-defs.pri b/src/3rdparty/masm/masm-defs.pri
index bfcccfeeaa..c4c7d3ce9a 100644
--- a/src/3rdparty/masm/masm-defs.pri
+++ b/src/3rdparty/masm/masm-defs.pri
@@ -30,6 +30,10 @@ disassembler {
DEFINES += WTF_USE_UDIS86=0
}
+force-compile-jit {
+ DEFINES += V4_FORCE_COMPILE_JIT
+}
+
INCLUDEPATH += $$PWD/disassembler
INCLUDEPATH += $$PWD/disassembler/udis86
INCLUDEPATH += $$_OUT_PWD