From 74d54596e47284fe7e4f0b9bbbd9675090b06566 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Fri, 17 Sep 2004 09:25:10 +0000 Subject: [PATCH] fix small spelling fault svn path=/trunk/; revision=10882 --- reactos/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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