From 174bef24f10242b042dad626f8b68a95bdfb7ac7 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Mon, 31 Aug 2009 10:38:44 +0200 Subject: don't disable the JIT for qtscript AKA, enable it on platforms where it's supported. --- src/script/script.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/script/script.pro b/src/script/script.pro index 301386d..a03b652 100644 --- a/src/script/script.pro +++ b/src/script/script.pro @@ -13,8 +13,6 @@ 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