summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-04-05 03:55:41 +0000
committerNathan Scott <nathans@sgi.com>2006-04-05 03:55:41 +0000
commitaf59350a279eccb4989322eca686ffe991e85f43 (patch)
tree46ba642ad1f323b0dc412dfde6b13d1e9be99e53 /m4
parent86f92b45a6b3c033329a38f6573401e0ca95e547 (diff)
Make xfstests build use -O2 by default.
Merge of master-melb:xfs-cmds:25677a by kenmcd.
Diffstat (limited to 'm4')
-rw-r--r--m4/package_globals.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/package_globals.m4 b/m4/package_globals.m4
index c28e1a17..665afc83 100644
--- a/m4/package_globals.m4
+++ b/m4/package_globals.m4
@@ -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)