summaryrefslogtreecommitdiffstats
path: root/src/script
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-31 08:38:44 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-08-31 08:39:34 (GMT)
commit174bef24f10242b042dad626f8b68a95bdfb7ac7 (patch)
treefb5c95d62b309fdb20b0ba71bbb0d94b2a8fc034 /src/script
parentbc8574e03e8aa493393e84675c6d177fc00f12fb (diff)
downloadQt-174bef24f10242b042dad626f8b68a95bdfb7ac7.zip
Qt-174bef24f10242b042dad626f8b68a95bdfb7ac7.tar.gz
Qt-174bef24f10242b042dad626f8b68a95bdfb7ac7.tar.bz2
don't disable the JIT for qtscript
AKA, enable it on platforms where it's supported.
Diffstat (limited to 'src/script')
-rw-r--r--src/script/script.pro2
1 files changed, 0 insertions, 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;