From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id p6LNq6eI049989 for ; Thu, 21 Jul 2011 18:52:06 -0500 Received: from test.thunk.org (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id D10F31D8A71F for ; Thu, 21 Jul 2011 16:52:05 -0700 (PDT) Received: from test.thunk.org (li9-11.members.linode.com [67.18.176.11]) by cuda.sgi.com with ESMTP id CyJCqsLr21uf2HaA for ; Thu, 21 Jul 2011 16:52:05 -0700 (PDT) From: "Theodore Ts'o" Subject: [PATCH XFSTESTS 2/3] Build without enabling DEBUG by default Date: Thu, 21 Jul 2011 19:52:03 -0400 Message-Id: <1311292324-4348-2-git-send-email-tytso@mit.edu> In-Reply-To: <1311292324-4348-1-git-send-email-tytso@mit.edu> References: <1311292324-4348-1-git-send-email-tytso@mit.edu> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Ext4 Developers List , xfs@oss.sgi.com Cc: Theodore Ts'o Signed-off-by: "Theodore Ts'o" --- m4/package_globals.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/m4/package_globals.m4 b/m4/package_globals.m4 index 72fbbb7..f468f50 100644 --- a/m4/package_globals.m4 +++ b/m4/package_globals.m4 @@ -15,7 +15,7 @@ AC_DEFUN([AC_PACKAGE_GLOBALS], test -z "$BUILD_VERSION" || pkg_release="$BUILD_VERSION" AC_SUBST(pkg_release) - DEBUG=${DEBUG:-'-DDEBUG'} dnl -DNDEBUG + DEBUG=${DEBUG:-'-DNDEBUG'} dnl -DNDEBUG debug_build="$DEBUG" AC_SUBST(debug_build) -- 1.7.4.1.22.gec8e1.dirty _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs