svn commit: r283243 - head/lib/libufs

Warner Losh imp at FreeBSD.org
Thu May 21 14:36:12 UTC 2015


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


More information about the svn-src-head mailing list