Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/zfs Remove -g -O0. It does not work on amd64 at ...



details:   https://anonhg.NetBSD.org/src/rev/6b6d5a2ea582
branches:  trunk
changeset: 773514:6b6d5a2ea582
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 04 18:28:53 2012 +0000

description:
Remove -g -O0. It does not work on amd64 at all.
If you want debugging on, add it yourself.

diffstat:

 sys/modules/zfs/Makefile.zfsmod |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r f2c78ae44f3b -r 6b6d5a2ea582 sys/modules/zfs/Makefile.zfsmod
--- a/sys/modules/zfs/Makefile.zfsmod   Sat Feb 04 18:25:53 2012 +0000
+++ b/sys/modules/zfs/Makefile.zfsmod   Sat Feb 04 18:28:53 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.zfsmod,v 1.1 2011/01/18 22:21:22 haad Exp $
+#      $NetBSD: Makefile.zfsmod,v 1.2 2012/02/04 18:28:53 christos Exp $
 
 ZFSDIR=        ${S}/../external/cddl/osnet
 
@@ -126,5 +126,5 @@
 CPPFLAGS+=     -D_NFS_NFS_H_
 CPPFLAGS+=     -D_PROPLIB_ZFS_CONFLICT
 
-CFLAGS+=       -DDIAGNOSTIC -g -O0
+CFLAGS+=       -DDIAGNOSTIC
 # -DZFS_DEBUG



Home | Main Index | Thread Index | Old Index