diff options
-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; |