Ignore:
Timestamp:
05/08/2006 07:42:27 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
c7e480d
Parents:
73d9790
Message:

Some textual improvements and corrections.

Location:
optimize/opt_config.d
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • optimize/opt_config.d/O3pipe

    r73d9790 rb5aa524  
    1010#          instead of just set to null.
    1111#
     12# Use this as an example for cunstomized modes
     13#
    1214#####
    1315
  • optimize/opt_config.d/O3pipe_march

    r73d9790 rb5aa524  
    99#        - "unset" will cause the variable to be not set
    1010#          instead of just set to null.
     11#
     12# Use this as an example for modeA_modeB combined modes
    1113#
    1214#####
  • optimize/opt_config.d/defOpt_fPIC

    r73d9790 rb5aa524  
     1#
     2#$Id$
     3#
    14#####
    25#
    36# MODE defOpt_fPIC configuration
    47#
     8# WARNING: Do not edit this mode unless you know what you are
     9#          doing. It's required to build Zlib.
     10#
    511# Usage: - Apply optimization string to each variable
    612#        - "unset" will cause the variable to be not set
    713#          instead of just set to null.
     14#
     15# Use this as an example for defOpt_myMode combined modes
    816#
    917#####
  • optimize/opt_config.d/noSymbols

    r73d9790 rb5aa524  
    1010#          instead of just set to null.
    1111#
     12# NOTE: If using this mode in DEF_OPT_MODE (alone or combined with
     13#       other modes) please set STRIP=0 in common/config
     14#
    1215#####
    13 #
    14 # NOTE: If using this mode in DEF_OPT_MODE (alone or combined with
    15 # other modes) please set STRIP=0 in common/config
    16 #
     16
    1717CFLAGS_noSymbols="-s"
    1818CXXFLAGS_noSymbols=$CFLAGS_noSymbols
Note: See TracChangeset for help on using the changeset viewer.