Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet Don't build with debugging (-g) by default.



details:   https://anonhg.NetBSD.org/src/rev/2c08c906a307
branches:  trunk
changeset: 781430:2c08c906a307
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Sep 05 23:08:42 2012 +0000

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

diffstat:

 external/cddl/osnet/Makefile.zfs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3301527108b0 -r 2c08c906a307 external/cddl/osnet/Makefile.zfs
--- a/external/cddl/osnet/Makefile.zfs  Wed Sep 05 23:01:42 2012 +0000
+++ b/external/cddl/osnet/Makefile.zfs  Wed Sep 05 23:08:42 2012 +0000
@@ -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 @@
 
 CFLAGS+=        -O0 -fno-inline
 
-DBG=   -g
+#DBG=  -g
 
 ZFSDIR=                ${NETBSDSRCDIR}/external/cddl/osnet
 



Home | Main Index | Thread Index | Old Index