Remove the stray DEBUG_FLAGS=-g line that snuck in with the

soft-updates journaling project merge in r207141.
This commit is contained in:
Warner Losh 2015-05-21 14:36:11 +00:00
parent 6830c0d5b2
commit 111ff432de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283243

View file

@ -21,7 +21,6 @@ MLINKS+= ufs_disk_close.3 ufs_disk_write.3
WARNS?= 2
DEBUG_FLAGS = -g
CFLAGS+= -D_LIBUFS
.if defined(LIBUFS_DEBUG)
CFLAGS+= -D_LIBUFS_DEBUGGING