>> Another way would be to set export QMAKEARGS="$QMAKEARGS
DEFINES+=ENABLE_JIT=0" before building.

Ok. I tried this approach. I have a build script that looks like this:

QTDIR=/usr/share/qt4/
export QMAKEARGS="$QMAKEARGS DEFINES+=ENABLE_JIT=0"
WebKit/WebKitTools/Scripts/build-webkit --qt

It builds, but the JIT is not disabled. It seems that the new argument is
simply ignored.

I also tried adding "#define ENABLE_JIT 0" at the top of the Interpreter.cpp
file in JavaScriptCore. This builds, but produces a segmentation fault.

I will try doing the "WebKit/WebKitTools/Scripts/build-webkit --qt
JAVASCRIPTCORE_JIT=no" with a fresh SVN checkout... Is there any equivalent
of make clean script, as a completment to build-webkit?
-- 
View this message in context: 
http://old.nabble.com/Disabling-the-JIT-tp28378562p28382091.html
Sent from the Webkit mailing list archive at Nabble.com.

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to