Remove the original -g, as a duplicate was (accidently?) added in 1.108,
and comment it out like it used to be, at least for now.
This commit is contained in:
parent
74a786bfb5
commit
a1b52a0723
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.110 1999/01/25 07:55:32 ross Exp $
|
||||
# $NetBSD: GENERIC,v 1.111 1999/01/28 18:03:56 ross Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
|
||||
|
@ -6,8 +6,6 @@ include "arch/alpha/conf/std.alpha"
|
|||
|
||||
maxusers 32
|
||||
|
||||
#makeoptions DEBUG="-g"
|
||||
|
||||
# CPU Support
|
||||
#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
||||
|
@ -31,7 +29,7 @@ options KTRACE # System call tracing support
|
|||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # Cheap kernel consistency checks
|
||||
options DDB # kernel debugger
|
||||
makeoptions DEBUG="-g"
|
||||
#makeoptions DEBUG="-g"
|
||||
|
||||
# File systems
|
||||
file-system FFS # Fast file system
|
||||
|
|
Loading…
Reference in New Issue