Remove makeoptions DEBUG="-g" - we have better ways to achieve the same

(build.sh kernel.gdb= or MKKDEBUG=yes)
This commit is contained in:
martin 2021-03-28 08:39:31 +00:00
parent 9096d3ad6e
commit c665b2ca89

View File

@ -52,8 +52,6 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB
options TRAP_PANICWAIT
#options DDB_COMMANDONENTER="bt"
makeoptions DEBUG="-g" # compile full symbol table
# Compatibility options
include "conf/compat_netbsd70.config"
#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.