RESOLVED FIXED 25334
Qt build fails when "DEFINES += ENABLE_JIT=1" passed on the command line to qmake.
https://bugs.webkit.org/show_bug.cgi?id=25334
Summary Qt build fails when "DEFINES += ENABLE_JIT=1" passed on the command line to q...
Laszlo Gombos
Reported 2009-04-22 15:43:37 PDT
Turning of JIT for the Qt build by passing "DEFINES += ENABLE_JIT=0" on the command line to qmake works, but "DEFINES += ENABLE_JIT=1" option seems to be broken.
Attachments
Fix proposal. (2.61 KB, patch)
2009-04-22 15:49 PDT, Laszlo Gombos
sam: review+
Laszlo Gombos
Comment 1 2009-04-22 15:49:08 PDT
Created attachment 29692 [details] Fix proposal. Make sure the relevant build rules are executed when "DEFINES += ENABLE_JIT=1" passed on the command line to qmake. Also enable turning all JavaScript optimization flags individually on/off.
Eric Seidel (no email)
Comment 2 2009-04-29 13:43:46 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M JavaScriptCore/ChangeLog M JavaScriptCore/JavaScriptCore.pri Committed r43008
Note You need to log in before you can comment on or make changes to this bug.