From 42819f010e0440cf4d6f0697f83fc4d53f03822b Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Mon, 14 Mar 2005 16:10:21 +0000 Subject: [PATCH] revert the changes i accidently made, sorry svn path=/trunk/; revision=14065 --- reactos/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/config b/reactos/config index 25fdf5dce01..4045d73b7a9 100644 --- a/reactos/config +++ b/reactos/config @@ -14,17 +14,17 @@ 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 a multiprocessor or single processor version