diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-10-04 23:09:06 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-10-04 23:09:24 (GMT) |
commit | d193b7d5e56e940de64e597c832a0bd8c75ad590 (patch) | |
tree | fe435856119d2865322421fed766fd049ddf1973 | |
parent | fed1b69c04dcd26a3e25c329f5b165329cde31ab (diff) | |
download | Qt-d193b7d5e56e940de64e597c832a0bd8c75ad590.zip Qt-d193b7d5e56e940de64e597c832a0bd8c75ad590.tar.gz Qt-d193b7d5e56e940de64e597c832a0bd8c75ad590.tar.bz2 |
No longer need to disable JITing.
-rw-r--r-- | src/script/script.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script/script.pro b/src/script/script.pro index d2153a7..008c556 100644 --- a/src/script/script.pro +++ b/src/script/script.pro @@ -13,8 +13,6 @@ include(../qbase.pri) CONFIG += building-libs -# disable JIT for now -DEFINES += ENABLE_JIT=0 # FIXME: shared the statically built JavaScriptCore # Fetch the base WebKit directory from the WEBKITDIR environment variable; |