Ignore:
Timestamp:
05/06/2006 10:10:33 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
2c2471d
Parents:
bb8e6bc
Message:

Removed -s from defOpt and added a note about STRIP in noSymbols.

Location:
optimize/opt_config.d
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • optimize/opt_config.d/defOpt

    rbb8e6bc rfb6b1c5  
    1212#####
    1313
    14 CFLAGS_defOpt="-O3 -pipe -s"
     14CFLAGS_defOpt="-O3 -pipe"
    1515CXXFLAGS_defOpt=$CFLAGS_defOpt
    16 LDFLAGS_defOpt="-s"
     16LDFLAGS_defOpt="unset"
    1717
    1818OTHER_CFLAGS_defOpt=$CFLAGS_defOpt
  • optimize/opt_config.d/noSymbols

    rbb8e6bc rfb6b1c5  
    1111#
    1212#####
    13 
     13#
     14# NOTE: If using this mode in DEF_OPT_LVL (alone or combined with
     15# other mode) please set STRIP=0 in common/config
     16#
    1417CFLAGS_noSymbols="-s"
    1518CXXFLAGS_noSymbols=$CFLAGS_noSymbols
Note: See TracChangeset for help on using the changeset viewer.