xref: /netbsd-src/sys/arch/sparc64/conf/GENERIC.DEBUG (revision e39ef1d61eee3ccba837ee281f1e098c864487aa)
1# $NetBSD: GENERIC.DEBUG,v 1.2 2011/12/26 19:33:20 martin Exp $
2#
3# GENERIC with debugging support enabled.
4#
5
6include 	"arch/sparc64/conf/GENERIC"
7
8#ident		"GENERIC.DEBUG.$Revision: 1.2 $"
9
10makeoptions	DEBUG="-g"
11options 	DEBUG
12# options 	DIAGNOSTIC	# already in GENERIC
13options 	LOCKDEBUG
14
15options 	DB_MAX_WIDTH=160
16options 	DDB_ONPANIC=2   # print stack trace
17