ablfs-more
legacy
trunk
Last change
on this file since fd4a798 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 |
|
---|
14 | CFLAGS_noSymbols="-s"
|
---|
15 | CXXFLAGS_noSymbols=$CFLAGS_noSymbols
|
---|
16 | LDFLAGS_noSymbols="-s"
|
---|
17 |
|
---|
18 | OTHER_CFLAGS_noSymbols=$CFLAGS_noSymbols
|
---|
19 | OTHER_CXXFLAGS_noSymbols=$CXXFLAGS_noSymbols
|
---|
20 | OTHER_LDFLAGS_noSymbols=$LDFLAGS_noSymbols
|
---|
Note:
See
TracBrowser
for help on using the repository browser.