From 29bd3ad1f926fd3e5233f9e017b18b94fe76a405 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sun, 13 Mar 2005 14:29:09 +0000 Subject: [PATCH] revert changes to the config file. I accidently committed it, sorry. svn path=/trunk/; revision=14008 --- reactos/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/config b/reactos/config index e5de9d37f8e..34aa938c0b5 100644 --- a/reactos/config +++ b/reactos/config @@ -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