experimental
Last change
on this file since bb8e6bc was eca59ce, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Textual corrections.
|
-
Property mode
set to
100644
|
File size:
551 bytes
|
Rev | Line | |
---|
[53588e2] | 1 | #
|
---|
| 2 | #$Id$
|
---|
| 3 | #
|
---|
| 4 | #####
|
---|
| 5 | #
|
---|
| 6 | # MODE defOpt_fPIC 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 |
|
---|
| 14 | # Inherit optimizations from defOpt
|
---|
[eca59ce] | 15 | source optimize/opt_config.d/defOpt
|
---|
[53588e2] | 16 |
|
---|
| 17 | CFLAGS_defOpt_fPIC=$CFLAGS_defOpt" -fPIC"
|
---|
| 18 | CXXFLAGS_defOpt_fPIC=$CFLAGS_defOpt" -fPIC"
|
---|
| 19 | LDFLAGS_defOpt_fPIC=$LDFLAGS_defOpt
|
---|
| 20 |
|
---|
| 21 | OTHER_CFLAGS_defOpt_fPIC=$CFLAGS_defOpt" -fPIC"
|
---|
| 22 | OTHER_CXXFLAGS_defOpt_fPIC=$CXXFLAGS_defOpt" -fPIC"
|
---|
| 23 | OTHER_LDFLAGS_defOpt_fPIC=$LDFLAGS_defOpt
|
---|
Note:
See
TracBrowser
for help on using the repository browser.