Changeset 957


Ignore:
Timestamp:
Aug 10, 2011, 7:04:14 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: gnumake/os2: Add 'sym' CONFIG option by default.

This is only done if the mapsym tool is found by configure.

This also removes the 'map' option from the defaults since
the sym file is basically a compressed map file and they
are rarely needed together.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r954 r957  
    380380
    381381  map               Turns on generation of the .map files for executables and
    382                     DLLs. This option is set by default.
     382                    DLLs. Note that this option is not set by default.
    383383
    384384  sym               Turns on generation of the .sym files for executables and
  • trunk/mkspecs/features/os2/default_pre.prf

    r673 r957  
    11load(default_pre)
    22
     3!isEmpty(QMAKE_MAPSYM):CONFIG *= sym
    34!isEmpty(QMAKE_EXEPACK):CONFIG *= exepack
    45
    5 CONFIG *= map highmem
     6CONFIG *= highmem
    67
    78#
Note: See TracChangeset for help on using the changeset viewer.