source:
common/opt_config.d/noOpt@
ba2301e
Last change on this file since ba2301e was 53588e2, checked in by , 19 years ago | |
---|---|
|
|
File size: 558 bytes |
Line | |
---|---|
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.