Ignore:
Timestamp:
Aug 25, 2011, 9:22:50 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs/os2: Use FAST_BUILD make macro to disable slow noncritical steps.

At present, setting FAST_BUILD will disable generation of the .sym file for the
EXE or DLL target as this involves a slow script that converts Watcom maps to
IBM maps and a very slow mapsym utility (they both may take tens of minutes
to finish if the original DLL has a lot of exports, like QtGui or QtWebKit).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/os2-g++/qmake.conf

    r981 r1026  
    175175    $(QMAKESPECDIR)\\wmapsym.cmd $$QMAKE_MAP_FILE $$QMAKE_SYM_FILE
    176176
     177QMAKE_IFDEF     = ifdef
     178QMAKE_IFNDEF    = ifndef
     179QMAKE_ENDIF     = endif
     180
    177181load(qt_config)
Note: See TracChangeset for help on using the changeset viewer.