17 lines
353 B
Plaintext
17 lines
353 B
Plaintext
# $NetBSD: GENERIC.MPDEBUG,v 1.4 2005/12/11 12:17:40 christos 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
|