Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/chfs no -g on default install



details:   https://anonhg.NetBSD.org/src/rev/1d6d9bec3a00
branches:  trunk
changeset: 773515:1d6d9bec3a00
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 04 18:35:56 2012 +0000

description:
no -g on default install
if you want debugging, you know where to put it.

diffstat:

 sys/modules/chfs/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 6b6d5a2ea582 -r 1d6d9bec3a00 sys/modules/chfs/Makefile
--- a/sys/modules/chfs/Makefile Sat Feb 04 18:28:53 2012 +0000
+++ b/sys/modules/chfs/Makefile Sat Feb 04 18:35:56 2012 +0000
@@ -1,11 +1,10 @@
-#      $NetBSD: Makefile,v 1.1 2011/11/24 15:52:24 ahoka Exp $
+#      $NetBSD: Makefile,v 1.2 2012/02/04 18:35:56 christos Exp $
 
 .include "../Makefile.inc"
 
 .PATH: ${S}/ufs/chfs
 
 CPPFLAGS+=     -DDIAGNOSTIC -DDEBUG -DLOCKDEBUG
-CFLAGS+=       -g
 
 KMOD=  chfs
 SRCS=  ebh.c debug.c chfs_wbuf.c chfs_vnode_cache.c chfs_ihash.c



Home | Main Index | Thread Index | Old Index