Bug 25334

Summary: Qt build fails when "DEFINES += ENABLE_JIT=1" passed on the command line to qmake.
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Fix proposal. sam: review+

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.