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

ablfs-more trunk
Last change on this file since 1b02a9a was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove $Id$ comments, they are useless with git

  • Property mode set to 100644
File size: 545 bytes
Line 
1#####
2#
3# MODE noOpt_noSymbols configuration
4#
5# Usage: - Apply optimization string to each variable
6# - "unset" will cause the variable to be not set
7# instead of just set to null.
8#
9# NOTE: If using this mode in DEF_OPT_MODE (alone or combined with
10# other modes) please set STRIP=0 in common/config
11#
12#####
13
14CFLAGS_noSymbols="-s"
15CXXFLAGS_noSymbols=$CFLAGS_noSymbols
16LDFLAGS_noSymbols="-s"
17
18OTHER_CFLAGS_noSymbols=$CFLAGS_noSymbols
19OTHER_CXXFLAGS_noSymbols=$CXXFLAGS_noSymbols
20OTHER_LDFLAGS_noSymbols=$LDFLAGS_noSymbols
Note: See TracBrowser for help on using the repository browser.