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