source: optimize/opt_config.d/noOpt@ 1b02a9a

ablfs-more trunk
Last change on this file since 1b02a9a 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: 548 bytes
Line 
1#####
2#
3# MODE noOpt configuration
4#
5# WARNING: Do not edit this mode unless you know what you are
6# doing. By default, this is set to disable optimization
7# of packages known to have build or runtime failure.
8#
9# Usage: - Apply optimization string to each variable
10# - "unset" will cause the variable to be not set
11# instead of being just set to null.
12#
13#####
14
15CFLAGS_noOpt="unset"
16CXXFLAGS_noOpt="unset"
17LDFLAGS_noOpt="unset"
18
19OTHER_CFLAGS_noOpt="unset"
20OTHER_CXXFLAGS_noOpt="unset"
21OTHER_LDFLAGS_noOpt="unset"
Note: See TracBrowser for help on using the repository browser.