GENERIC.DEBUG revision 1.1
11.1Smrg# $NetBSD: GENERIC.DEBUG,v 1.1 2010/03/13 08:36:06 mrg Exp $
21.1Smrg#
31.1Smrg# GENERIC with debugging support enabled.
41.1Smrg#
51.1Smrg
61.1Smrginclude 	"arch/sparc64/conf/GENERIC"
71.1Smrg
81.1Smrg#ident		"GENERIC.DEBUG.$Revision: 1.1 $"
91.1Smrg
101.1Smrgmakeoptions	DEBUG="-g"
111.1Smrgoptions 	DEBUG
121.1Smrgoptions 	DIAGNOSTIC
131.1Smrgoptions 	LOCKDEBUG
141.1Smrg
151.1Smrgoptions 	DB_MAX_WIDTH=160
161.1Smrgoptions 	DDB_ONPANIC=2   # print stack trace
17