11.3Snakayama# $NetBSD: GENERIC.DEBUG,v 1.3 2016/05/25 20:00:50 nakayama Exp $
21.1Smrg#
31.1Smrg# GENERIC with debugging support enabled.
41.1Smrg#
51.1Smrg
61.1Smrginclude 	"arch/sparc64/conf/GENERIC"
71.1Smrg
81.3Snakayama#ident		"GENERIC.DEBUG.$Revision: 1.3 $"
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.3Snakayamaoptions 	DDB_ONPANIC=2	# print stack trace
17