b88c3a1555
(`egrep -l '(^|[^e])options<TAB>'` is your friend...)
17 lines
350 B
Plaintext
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
|