diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-06-29 15:26:54 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-06-29 15:26:54 (GMT) |
commit | 5c7646331346b82ac42ebd2a68988e4699a3ed68 (patch) | |
tree | 99e90c7818dc983be0bfe5d655134e0029c4e3bb | |
parent | ec77bff0731d9388d5c8abea782468a1ad16b633 (diff) | |
download | Qt-5c7646331346b82ac42ebd2a68988e4699a3ed68.zip Qt-5c7646331346b82ac42ebd2a68988e4699a3ed68.tar.gz Qt-5c7646331346b82ac42ebd2a68988e4699a3ed68.tar.bz2 |
disable the JIT for now
Eases debugging.
-rw-r--r-- | src/script/script.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/script.pri b/src/script/script.pri index 7aa7331..5004ae3 100644 --- a/src/script/script.pri +++ b/src/script/script.pri @@ -1,3 +1,5 @@ +# disable JIT for now +DEFINES += ENABLE_JIT=0 # FIXME: shared the statically built JavaScriptCore include($$PWD/../3rdparty/webkit/JavaScriptCore/JavaScriptCore.pri) |