This commit is contained in:
mycroft 1995-03-25 00:46:42 +00:00
parent ff6c206c3f
commit c7cee0e9b6

View File

@ -1,4 +1,4 @@
# $NetBSD: TRINITY,v 1.55 1995/03/09 11:32:33 mycroft Exp $
# $NetBSD: TRINITY,v 1.56 1995/03/25 00:46:42 mycroft Exp $
#
# TRINITY -- Mycroft's 386 box
#
@ -23,7 +23,7 @@ options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
options DDB # in-kernel debugger
makeoptions DEBUG="-g" # compile full symbol table
#makeoptions DEBUG="-g" # compile full symbol table
options DIAGNOSTIC # internally consistency checks
options KTRACE # system call tracing, a la ktrace(1)