source:
optimize/opt_config.d/O3pipe@
711f160
Last change on this file since 711f160 was b5aa524, checked in by , 19 years ago | |
---|---|
|
|
File size: 449 bytes |
Line | |
---|---|
1 | # |
2 | #$Id$ |
3 | # |
4 | ##### |
5 | # |
6 | # MODE O3pipe 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 | # Use this as an example for cunstomized modes |
13 | # |
14 | ##### |
15 | |
16 | CFLAGS_O3pipe="-O3 -pipe" |
17 | CXXFLAGS_O3pipe=$CFLAGS_O3pipe |
18 | LDFLAGS_O3pipe="unset" |
19 | |
20 | OTHER_CFLAGS_O3pipe=$CFLAGS_O3pipe |
21 | OTHER_CXXFLAGS_O3pipe=$CXXFLAGS_O3pipe |
22 | OTHER_LDFLAGS_O3pipe=$LDFLAGS_O3pipe |
Note:
See TracBrowser
for help on using the repository browser.