This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
MahiroOS-jhalfs/optimize/opt_config.d/defOpt
2006-05-06 10:10:33 +00:00

20 lines
400 B
Text

#
#$Id$
#
#####
#
# MODE defOpt configuration
#
# Usage: - Apply optimization string to each variable
# - "unset" will cause the variable to be not set
# instead of just set to null.
#
#####
CFLAGS_defOpt="-O3 -pipe"
CXXFLAGS_defOpt=$CFLAGS_defOpt
LDFLAGS_defOpt="unset"
OTHER_CFLAGS_defOpt=$CFLAGS_defOpt
OTHER_CXXFLAGS_defOpt=$CXXFLAGS_defOpt
OTHER_LDFLAGS_defOpt=$LDFLAGS_defOpt