[Ocfs2-commits] smushran commits r3064 - branches/ocfs2-1.2
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Fri Sep 28 13:29:57 PDT 2007
Author: smushran
Date: 2007-09-28 13:29:57 -0700 (Fri, 28 Sep 2007)
New Revision: 3064
Modified:
branches/ocfs2-1.2/configure.in
Log:
ocfs2: Change build default to debug off
Signed-off-by: mfasheh
Modified: branches/ocfs2-1.2/configure.in
===================================================================
--- branches/ocfs2-1.2/configure.in 2007-09-28 17:48:13 UTC (rev 3063)
+++ branches/ocfs2-1.2/configure.in 2007-09-28 20:29:57 UTC (rev 3064)
@@ -59,7 +59,7 @@
MB_VENDOR_KERNEL(vendordir)
AC_MSG_CHECKING(for debugging)
-AC_ARG_ENABLE(debug, [ --enable-debug=[yes/no] Turn on debugging [default=yes]],,enable_debug=yes)
+AC_ARG_ENABLE(debug, [ --enable-debug=[yes/no] Turn on debugging [default=no]],,enable_debug=no)
OCFS_DEBUG=
if test "x$enable_debug" = "xyes"; then
OCFS_DEBUG=yes
More information about the Ocfs2-commits
mailing list