GENERIC.DEBUG revision 1.2
11.2Smartin# $NetBSD: GENERIC.DEBUG,v 1.2 2011/12/26 19:33:20 martin Exp $
21.1Smrg#
31.1Smrg# GENERIC with debugging support enabled.
41.1Smrg#
51.1Smrg
61.1Smrginclude 	"arch/sparc64/conf/GENERIC"
71.1Smrg
81.2Smartin#ident		"GENERIC.DEBUG.$Revision: 1.2 $"
91.1Smrg
101.1Smrgmakeoptions	DEBUG="-g"
111.1Smrgoptions 	DEBUG
121.2Smartin# options 	DIAGNOSTIC	# already in GENERIC
131.1Smrgoptions 	LOCKDEBUG
141.1Smrg
151.1Smrgoptions 	DB_MAX_WIDTH=160
161.1Smrgoptions 	DDB_ONPANIC=2   # print stack trace
17