diff --git a/reactos/config b/reactos/config index 6e736dd6c78..f1adf62c506 100644 --- a/reactos/config +++ b/reactos/config @@ -9,7 +9,7 @@ ARCH := i386 # # Which cpu should reactos optimze for # example : i486, i586, pentium, pentium2, pentum3, pentium4 -# athlond-xp, athlond-mp, k6-2, +# athlon-xp, athlon-mp, k6-2, # # see gcc manual for more cpu name and which cpu it can # be optimze for. @@ -20,12 +20,12 @@ OARCH := i486 # # Whether to compile in the kernel debugger # -KDBG := 0 +KDBG := 1 # # Whether to compile for debugging # -DBG := 0 +DBG := 1 # # Whether to compile with optimizations