Bug 25334 - Qt build fails when "DEFINES += ENABLE_JIT=1" passed on the command line to qmake.
Summary: Qt build fails when "DEFINES += ENABLE_JIT=1" passed on the command line to q...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-22 15:43 PDT by Laszlo Gombos
Modified: 2009-04-29 13:43 PDT (History)
0 users

See Also:


Attachments
Fix proposal. (2.61 KB, patch)
2009-04-22 15:49 PDT, Laszlo Gombos
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 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.
Comment 1 Laszlo Gombos 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.
Comment 2 Eric Seidel (no email) 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