experimental
Last change
on this file since 7a100d96 was fb6b1c5, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Removed -s from defOpt and added a note about STRIP in noSymbols.
|
-
Property mode
set to
100644
|
File size:
400 bytes
|
Rev | Line | |
---|
[53588e2] | 1 | #
|
---|
| 2 | #$Id$
|
---|
| 3 | #
|
---|
| 4 | #####
|
---|
| 5 | #
|
---|
| 6 | # MODE defOpt 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 | #####
|
---|
| 13 |
|
---|
[fb6b1c5] | 14 | CFLAGS_defOpt="-O3 -pipe"
|
---|
[53588e2] | 15 | CXXFLAGS_defOpt=$CFLAGS_defOpt
|
---|
[fb6b1c5] | 16 | LDFLAGS_defOpt="unset"
|
---|
[53588e2] | 17 |
|
---|
| 18 | OTHER_CFLAGS_defOpt=$CFLAGS_defOpt
|
---|
| 19 | OTHER_CXXFLAGS_defOpt=$CXXFLAGS_defOpt
|
---|
| 20 | OTHER_LDFLAGS_defOpt=$LDFLAGS_defOpt
|
---|
Note:
See
TracBrowser
for help on using the repository browser.