ablfs-more
trunk
Last change
on this file since 875366f 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:
548 bytes
|
Rev | Line | |
---|
[1b65a84] | 1 | #####
|
---|
| 2 | #
|
---|
| 3 | # MODE noOpt configuration
|
---|
| 4 | #
|
---|
| 5 | # WARNING: Do not edit this mode unless you know what you are
|
---|
| 6 | # doing. By default, this is set to disable optimization
|
---|
| 7 | # of packages known to have build or runtime failure.
|
---|
| 8 | #
|
---|
| 9 | # Usage: - Apply optimization string to each variable
|
---|
| 10 | # - "unset" will cause the variable to be not set
|
---|
| 11 | # instead of being just set to null.
|
---|
| 12 | #
|
---|
| 13 | #####
|
---|
| 14 |
|
---|
| 15 | CFLAGS_noOpt="unset"
|
---|
| 16 | CXXFLAGS_noOpt="unset"
|
---|
| 17 | LDFLAGS_noOpt="unset"
|
---|
| 18 |
|
---|
| 19 | OTHER_CFLAGS_noOpt="unset"
|
---|
| 20 | OTHER_CXXFLAGS_noOpt="unset"
|
---|
| 21 | OTHER_LDFLAGS_noOpt="unset"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.