Make xfstests build use -O2 by default.

Merge of master-melb:xfs-cmds:25677a by kenmcd.
This commit is contained in:
Nathan Scott
2006-04-05 03:55:41 +00:00
parent 86f92b45a6
commit af59350a27
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ AC_DEFUN([AC_PACKAGE_GLOBALS],
debug_build="$DEBUG"
AC_SUBST(debug_build)
OPTIMIZER=${OPTIMIZER:-'-g'} dnl -O2
OPTIMIZER=${OPTIMIZER:-'-g -O2'}
opt_build="$OPTIMIZER"
AC_SUBST(opt_build)