2.4
ablfs-more
legacy
new_features
trunk
Last change
on this file since 82bd7a6 was 7072e1f, checked in by Thomas Pegg <thomasp@…>, 13 years ago |
Commit Pierre Labastie's patch for including package management support in jhalfs. NOTE: Package management is by default disabled.
|
-
Property mode
set to
100644
|
File size:
440 bytes
|
Rev | Line | |
---|
[7072e1f] | 1 | #
|
---|
| 2 | #$Id$
|
---|
| 3 | # Pierre Labastie from O3pipe: 12/20/2011
|
---|
| 4 | #####
|
---|
| 5 | #
|
---|
| 6 | # MODE O2pipe 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 | CFLAGS_O2pipe="-O2 -pipe"
|
---|
| 15 | CXXFLAGS_O2pipe=$CFLAGS_O2pipe
|
---|
| 16 | LDFLAGS_O2pipe="unset"
|
---|
| 17 |
|
---|
| 18 | OTHER_CFLAGS_O2pipe=$CFLAGS_O2pipe
|
---|
| 19 | OTHER_CXXFLAGS_O2pipe=$CXXFLAGS_O2pipe
|
---|
| 20 | OTHER_LDFLAGS_O2pipe=$LDFLAGS_O2pipe
|
---|
Note:
See
TracBrowser
for help on using the repository browser.