Module Name:    src
Committed By:   riz
Date:           Wed Sep  5 23:08:42 UTC 2012

Modified Files:
        src/external/cddl/osnet: Makefile.zfs

Log Message:
Don't build with debugging (-g) by default.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/Makefile.zfs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/Makefile.zfs
diff -u src/external/cddl/osnet/Makefile.zfs:1.3 src/external/cddl/osnet/Makefile.zfs:1.4
--- src/external/cddl/osnet/Makefile.zfs:1.3	Thu Jan 13 23:18:23 2011
+++ src/external/cddl/osnet/Makefile.zfs	Wed Sep  5 23:08:42 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.zfs,v 1.3 2011/01/13 23:18:23 haad Exp $
+#	$NetBSD: Makefile.zfs,v 1.4 2012/09/05 23:08:42 riz Exp $
 
 .include <bsd.own.mk>
 
@@ -16,7 +16,7 @@ CPPFLAGS+=	-D_PROPLIB_ZFS_CONFLICT
 
 CFLAGS+=	 -O0 -fno-inline
 
-DBG=	-g
+#DBG=	-g
 
 ZFSDIR=		${NETBSDSRCDIR}/external/cddl/osnet
 

Reply via email to