Fix gen-special when an entity is commented out:
[automated_linux_from_scratch.git] / branches / new_features / optimize / opt_config.d / noOpt
blob39abdb3dd905bc32ac0858510ab45784439b77c5
2 #$Id$
4 #####
6 # MODE noOpt configuration
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.
12 #          Also, if you what to use MAKEFLAGS but no build
13 #          optimizations, set this mode in DEF_OPT_MODE
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.
19 #####
21 CFLAGS_noOpt="unset"
22 CXXFLAGS_noOpt="unset"
23 LDFLAGS_noOpt="unset"
25 OTHER_CFLAGS_noOpt="unset"
26 OTHER_CXXFLAGS_noOpt="unset"
27 OTHER_LDFLAGS_noOpt="unset"