ablfs-more
legacy
trunk
Last change
on this file since 6f74ca1 was 9ef12f7, checked in by Pierre Labastie <pierre@…>, 4 years ago |
Use a private name for MAKEFLAGS in jhalfs, so that it does not propagate
to top make, when ticking "Run the makefile"
|
-
Property mode
set to
100644
|
File size:
558 bytes
|
Rev | Line | |
---|
[1b65a84] | 1 | #
|
---|
| 2 | #$Id$
|
---|
| 3 | #
|
---|
| 4 | #####
|
---|
| 5 | #
|
---|
| 6 | # MODE noOpt configuration
|
---|
| 7 | #
|
---|
| 8 | # WARNING: Do not edit this mode unless you know what you are
|
---|
| 9 | # doing. By default, this is set to disable optimization
|
---|
| 10 | # of packages known to have build or runtime failure.
|
---|
| 11 | #
|
---|
| 12 | # Usage: - Apply optimization string to each variable
|
---|
| 13 | # - "unset" will cause the variable to be not set
|
---|
| 14 | # instead of being just set to null.
|
---|
| 15 | #
|
---|
| 16 | #####
|
---|
| 17 |
|
---|
| 18 | CFLAGS_noOpt="unset"
|
---|
| 19 | CXXFLAGS_noOpt="unset"
|
---|
| 20 | LDFLAGS_noOpt="unset"
|
---|
| 21 |
|
---|
| 22 | OTHER_CFLAGS_noOpt="unset"
|
---|
| 23 | OTHER_CXXFLAGS_noOpt="unset"
|
---|
| 24 | OTHER_LDFLAGS_noOpt="unset"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.