Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/solaris No -g on the default install, if you wan...



details:   https://anonhg.NetBSD.org/src/rev/a073cc76f6b3
branches:  trunk
changeset: 773517:a073cc76f6b3
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 04 18:38:13 2012 +0000

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

diffstat:

 sys/modules/solaris/Makefile.solmod |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r 097302dbbb6c -r a073cc76f6b3 sys/modules/solaris/Makefile.solmod
--- a/sys/modules/solaris/Makefile.solmod       Sat Feb 04 18:36:30 2012 +0000
+++ b/sys/modules/solaris/Makefile.solmod       Sat Feb 04 18:38:13 2012 +0000
@@ -1,6 +1,4 @@
-#      $NetBSD: Makefile.solmod,v 1.1 2011/01/18 22:21:22 haad Exp $
-
-CFLAGS+= -g -fno-inline
+#      $NetBSD: Makefile.solmod,v 1.2 2012/02/04 18:38:13 christos Exp $
 
 ZFSDIR=        ${S}/../external/cddl/osnet
 
@@ -87,4 +85,4 @@
 # CPPFLAGS+=   -D_NFS_NFS_H_
 # CPPFLAGS+=   -D_PROPLIB_ZFS_CONFLICT
 
-CFLAGS+=       -g -O0 -DDIAGNOSTIC
\ No newline at end of file
+CFLAGS+=       -g -O0 -DDIAGNOSTIC



Home | Main Index | Thread Index | Old Index