Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2015 14:36:11 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283243 - head/lib/libufs
Message-ID:  <201505211436.t4LEaBBb034036@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu May 21 14:36:11 2015
New Revision: 283243
URL: https://svnweb.freebsd.org/changeset/base/283243

Log:
  Remove the stray DEBUG_FLAGS=-g line that snuck in with the
  soft-updates journaling project merge in r207141.

Modified:
  head/lib/libufs/Makefile

Modified: head/lib/libufs/Makefile
==============================================================================
--- head/lib/libufs/Makefile	Thu May 21 13:42:37 2015	(r283242)
+++ head/lib/libufs/Makefile	Thu May 21 14:36:11 2015	(r283243)
@@ -21,7 +21,6 @@ MLINKS+= ufs_disk_close.3 ufs_disk_write
 
 WARNS?=	2
 
-DEBUG_FLAGS = -g
 CFLAGS+= -D_LIBUFS
 .if defined(LIBUFS_DEBUG)
 CFLAGS+= -D_LIBUFS_DEBUGGING



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505211436.t4LEaBBb034036>