mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 09:09:01 -04:00
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
# $NetBSD: GENERIC.DEBUG,v 1.2 2011/12/26 19:33:20 martin Exp $
|
|
#
|
|
# GENERIC with debugging support enabled.
|
|
#
|
|
|
|
include "arch/sparc64/conf/GENERIC"
|
|
|
|
#ident "GENERIC.DEBUG.$Revision: 1.2 $"
|
|
|
|
makeoptions DEBUG="-g"
|
|
options DEBUG
|
|
# options DIAGNOSTIC # already in GENERIC
|
|
options LOCKDEBUG
|
|
|
|
options DB_MAX_WIDTH=160
|
|
options DDB_ONPANIC=2 # print stack trace
|