Ignore:
Timestamp:
Oct 2, 2009, 12:31:22 AM (16 years ago)
Author:
Simon Hausmann
Message:

Allow enabling and disabling of the JIT through a qmake variable.

Patch by Jørgen Lind <[email protected]> on 2009-10-02
Reviewed by Simon Hausmann.

Qt's configure may set this variable through .qmake.cache if a
commandline option is given and/or the compile test for hwcap.h
failed/succeeded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r48976 r49010  
    3737    LIBS += -lwinmm
    3838}
     39contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1
     40contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0
    3941
    4042# In debug mode JIT disabled until crash fixed
Note: See TracChangeset for help on using the changeset viewer.