diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-09-01 00:01:23 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-09-01 00:01:23 (GMT) |
commit | 75798ec85af2daa7d6350110840fdb4de07d914a (patch) | |
tree | 4399b24104c6aaa7804fb79bcd7b8f5aa40d8449 | |
parent | 205446535fb1436765dd33121dcd15ae917a1800 (diff) | |
download | Qt-75798ec85af2daa7d6350110840fdb4de07d914a.zip Qt-75798ec85af2daa7d6350110840fdb4de07d914a.tar.gz Qt-75798ec85af2daa7d6350110840fdb4de07d914a.tar.bz2 |
Disable JITing for now.
-rw-r--r-- | src/script/script.pro | 2 |
1 files changed, 2 insertions, 0 deletions
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; |