Restore old DBG and KDBG defaults

svn path=/trunk/; revision=10883
This commit is contained in:
Gé van Geldorp 2004-09-17 14:48:20 +00:00
parent 74d54596e4
commit 865a63875c

View file

@ -20,12 +20,12 @@ OARCH := i486
#
# Whether to compile in the kernel debugger
#
KDBG := 1
KDBG := 0
#
# Whether to compile for debugging
#
DBG := 1
DBG := 0
#
# Whether to compile with optimizations