Changeset 49010 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 2, 2009, 12:31:22 AM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r49008 r49010 1 2009-10-02 Jørgen Lind <[email protected]> 2 3 Reviewed by Simon Hausmann. 4 5 Allow enabling and disabling of the JIT through a qmake variable. 6 7 Qt's configure may set this variable through .qmake.cache if a 8 commandline option is given and/or the compile test for hwcap.h 9 failed/succeeded. 10 11 * JavaScriptCore.pri: 12 1 13 2009-10-01 Mark Rowe <[email protected]> 2 14 -
trunk/JavaScriptCore/JavaScriptCore.pri
r48976 r49010 37 37 LIBS += -lwinmm 38 38 } 39 contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1 40 contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0 39 41 40 42 # In debug mode JIT disabled until crash fixed
Note:
See TracChangeset
for help on using the changeset viewer.