aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@me.com>2013-05-07 11:54:45 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-08 13:15:38 +0200
commit056f1ba351e233e5c3ac7b43d1e7e561dcc93ffb (patch)
tree24c89819c6b553e1c350b19edbf158e877b75446 /src/3rdparty
parentd0148d8fc18e75c0d3d7a484112cd37d215d7799 (diff)
Add flag to the engine to enable/disable RegExp JITting.
Change-Id: I4b632e6f8ab7cf20576f94764ed506de8be63efb Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/masm/masm-defs.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/masm/masm-defs.pri b/src/3rdparty/masm/masm-defs.pri
index a75de9fd9f..8265bba617 100644
--- a/src/3rdparty/masm/masm-defs.pri
+++ b/src/3rdparty/masm/masm-defs.pri
@@ -1,3 +1,4 @@
+DEFINES += V4_ENABLE_JIT
DEFINES += WTF_EXPORT_PRIVATE="" JS_EXPORT_PRIVATE=""