NetBSD/sys/arch/i386/conf/GENERIC.MPDEBUG
lukem b88c3a1555 Use "options<SPACE><TAB>".
(`egrep -l '(^|[^e])options<TAB>'` is your friend...)
2004-06-14 01:27:59 +00:00

17 lines
350 B
Plaintext

# $NetBSD: GENERIC.MPDEBUG,v 1.3 2004/06/14 01:28:00 lukem Exp $
#
# GENERIC.MPDEBUG -- Generic multiprocessor, plus enable all the DEBUG
# switches we can.
include "arch/i386/conf/GENERIC.MP"
makeoptions DEBUG="-g"
options DIAGNOSTIC # STRONGLY RECOMMENDED
options LOCKDEBUG
options MPDEBUG
options MPVERBOSE
options DEBUG
#options KVM86