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:
432 bytes
|
Line | |
---|
1 | # Pierre Labastie from O3pipe: 12/20/2011
|
---|
2 | #####
|
---|
3 | #
|
---|
4 | # MODE O2pipe configuration
|
---|
5 | #
|
---|
6 | # Usage: - Apply optimization string to each variable
|
---|
7 | # - "unset" will cause the variable to be not set
|
---|
8 | # instead of just set to null.
|
---|
9 | #
|
---|
10 | #####
|
---|
11 |
|
---|
12 | CFLAGS_O2pipe="-O2 -pipe"
|
---|
13 | CXXFLAGS_O2pipe=$CFLAGS_O2pipe
|
---|
14 | LDFLAGS_O2pipe="unset"
|
---|
15 |
|
---|
16 | OTHER_CFLAGS_O2pipe=$CFLAGS_O2pipe
|
---|
17 | OTHER_CXXFLAGS_O2pipe=$CXXFLAGS_O2pipe
|
---|
18 | OTHER_LDFLAGS_O2pipe=$LDFLAGS_O2pipe
|
---|
Note:
See
TracBrowser
for help on using the repository browser.