source: optimize/opt_config.d/noOpt@ 2c2471d

experimental
Last change on this file since 2c2471d was d0e48ec, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Moved optimize files to their own module.

  • Property mode set to 100644
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
18CFLAGS_noOpt="unset"
19CXXFLAGS_noOpt="unset"
20LDFLAGS_noOpt="unset"
21
22OTHER_CFLAGS_noOpt="unset"
23OTHER_CXXFLAGS_noOpt="unset"
24OTHER_LDFLAGS_noOpt="unset"
Note: See TracBrowser for help on using the repository browser.