source: optimize/opt_config.d/noOpt@ 56e487e

2.3 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 56e487e was 1b65a84, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Merged optimize code from experimental branch.

  • Property mode set to 100644
File size: 675 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# Also, if you what to use MAKEFLAGS but no build
13# optimizations, set this mode in DEF_OPT_MODE
14#
15# Usage: - Apply optimization string to each variable
16# - "unset" will cause the variable to be not set
17# instead of being just set to null.
18#
19#####
20
21CFLAGS_noOpt="unset"
22CXXFLAGS_noOpt="unset"
23LDFLAGS_noOpt="unset"
24
25OTHER_CFLAGS_noOpt="unset"
26OTHER_CXXFLAGS_noOpt="unset"
27OTHER_LDFLAGS_noOpt="unset"
Note: See TracBrowser for help on using the repository browser.