revert changes to the config file. I accidently committed it, sorry.

svn path=/trunk/; revision=14008
This commit is contained in:
Thomas Bluemel 2005-03-13 14:29:09 +00:00
parent d288e05d38
commit 29bd3ad1f9

View file

@ -15,22 +15,22 @@ ARCH := i386
# be optimized for.
#
OARCH := i586
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
#
OPTIMIZED := 1
OPTIMIZED := 0
#
# Whether to compile a multiprocessor or single processor version