27 lines
675 B
Text
27 lines
675 B
Text
#
|
|
#$Id$
|
|
#
|
|
#####
|
|
#
|
|
# MODE noOpt configuration
|
|
#
|
|
# WARNING: Do not edit this mode unless you know what you are
|
|
# doing. By default, this is set to disable optimization
|
|
# of packages known to have build or runtime failure.
|
|
#
|
|
# Also, if you what to use MAKEFLAGS but no build
|
|
# optimizations, set this mode in DEF_OPT_MODE
|
|
#
|
|
# Usage: - Apply optimization string to each variable
|
|
# - "unset" will cause the variable to be not set
|
|
# instead of being just set to null.
|
|
#
|
|
#####
|
|
|
|
CFLAGS_noOpt="unset"
|
|
CXXFLAGS_noOpt="unset"
|
|
LDFLAGS_noOpt="unset"
|
|
|
|
OTHER_CFLAGS_noOpt="unset"
|
|
OTHER_CXXFLAGS_noOpt="unset"
|
|
OTHER_LDFLAGS_noOpt="unset"
|