source:
optimize/opt_config.d/O3pipe@
41a4032
Last change on this file since 41a4032 was fd4a798, checked in by , 3 years ago | |
---|---|
|
|
File size: 439 bytes |
Rev | Line | |
---|---|---|
[1b65a84] | 1 | ##### |
2 | # | |
3 | # MODE O3pipe configuration | |
4 | # | |
5 | # Usage: - Apply optimization string to each variable | |
6 | # - "unset" will cause the variable to be not set | |
7 | # instead of just set to null. | |
8 | # | |
9 | # Use this as an example for cunstomized modes | |
10 | # | |
11 | ##### | |
12 | ||
13 | CFLAGS_O3pipe="-O3 -pipe" | |
14 | CXXFLAGS_O3pipe=$CFLAGS_O3pipe | |
15 | LDFLAGS_O3pipe="unset" | |
16 | ||
17 | OTHER_CFLAGS_O3pipe=$CFLAGS_O3pipe | |
18 | OTHER_CXXFLAGS_O3pipe=$CXXFLAGS_O3pipe | |
19 | OTHER_LDFLAGS_O3pipe=$LDFLAGS_O3pipe |
Note:
See TracBrowser
for help on using the repository browser.