Increase the size for the symbol table so we don't overflow anymore.

This commit is contained in:
eeh 2003-08-18 23:20:06 +00:00
parent eb60ee7b60
commit 677644de4b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: WALNUT,v 1.3 2003/07/16 00:52:59 simonb Exp $
# $NetBSD: WALNUT,v 1.4 2003/08/18 23:20:06 eeh Exp $
#
# GENERIC -- everything that's currently supported
#
@ -41,7 +41,7 @@ options USERCONF # userconf(4) support
options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
options TRAP_PANICWAIT
options SYMTAB_SPACE=300000 # size for embedded symbol table
options SYMTAB_SPACE=400000 # size for embedded symbol table
makeoptions DEBUG="-g" # compile full symbol table