source: optimize/opt_config.d/noSymbols@ 1b65a84

1.0 2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 1b65a84 was 1b65a84, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Merged optimize code from experimental branch.

  • Property mode set to 100644
File size: 555 bytes
Line 
1#
2#$Id$
3#
4#####
5#
6# MODE noOpt_noSymbols configuration
7#
8# Usage: - Apply optimization string to each variable
9# - "unset" will cause the variable to be not set
10# instead of just set to null.
11#
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#
15#####
16
17CFLAGS_noSymbols="-s"
18CXXFLAGS_noSymbols=$CFLAGS_noSymbols
19LDFLAGS_noSymbols="-s"
20
21OTHER_CFLAGS_noSymbols=$CFLAGS_noSymbols
22OTHER_CXXFLAGS_noSymbols=$CXXFLAGS_noSymbols
23OTHER_LDFLAGS_noSymbols=$LDFLAGS_noSymbols
Note: See TracBrowser for help on using the repository browser.