aboutsummaryrefslogtreecommitdiffstats
path: root/masm
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-10-12 14:24:45 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2012-10-12 14:30:16 +0200
commitc4107e12ac17ed3dd8bb307b0d165c5abef396ab (patch)
tree254d24b23201bb2a3c7887ad1be7971b87f0b490 /masm
parent84223345dc8286d733b08443d9a25d456e9a15ae (diff)
Prospective Mac build fix
Define ahead of time which "feature" set we want, i.e. no LLINT/DFG/JIT code but only ENABLE(ASSEMBLER). Otherwise Platform.h will make a choice for us depending on the platform. Change-Id: I372dc690ecbc624e9d589f6f10078a7647fcb570 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'masm')
-rw-r--r--masm/masm.pri5
1 files changed, 5 insertions, 0 deletions
diff --git a/masm/masm.pri b/masm/masm.pri
index 457c3810da..b17a3e9c60 100644
--- a/masm/masm.pri
+++ b/masm/masm.pri
@@ -11,6 +11,11 @@ HEADERS += $$PWD/stubs/WTFStubs.h
DEFINES += WTF_EXPORT_PRIVATE=""
+DEFINES += ENABLE_LLINT=0
+DEFINES += ENABLE_DFG_JIT=0
+DEFINES += ENABLE_JIT=0
+DEFINES += ENABLE_ASSEMBLER=1
+
INCLUDEPATH += $$PWD/jit
INCLUDEPATH += $$PWD/assembler
INCLUDEPATH += $$PWD/wtf