From 75798ec85af2daa7d6350110840fdb4de07d914a Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Tue, 1 Sep 2009 10:01:23 +1000 Subject: Disable JITing for now. --- src/script/script.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/script/script.pro b/src/script/script.pro index a03b652..301386d 100644 --- a/src/script/script.pro +++ b/src/script/script.pro @@ -13,6 +13,8 @@ include(../qbase.pri) # Disable a few warnings on Windows. win32-msvc*: QMAKE_CXXFLAGS += -wd4291 -wd4344 -wd4503 -wd4800 -wd4819 -wd4996 -wd4396 -wd4099 +# disable JIT for now +DEFINES += ENABLE_JIT=0 # FIXME: shared the statically built JavaScriptCore # Fetch the base WebKit directory from the WEBKITDIR environment variable; -- cgit v0.12