From ed141bff38bb15aecf1e5e5a93f65b6bf58c9e30 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Thu, 26 May 2005 13:50:52 +0000 Subject: [PATCH] Set non-retail (checked) build as default. Developers should have no reason to use a retail build unless testing a final release version. This also speeds up compilation and reduces the number of compile errors due to developers building with dbg=0 and breaking dbg=1 code. Please do not code with dbg=0 without testing your patches in dbg=1. svn path=/trunk/; revision=15517 --- reactos/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/config b/reactos/config index dab9da167e8..46774536a83 100644 --- a/reactos/config +++ b/reactos/config @@ -14,7 +14,7 @@ ARCH := i386 # be optimized for. # -OARCH := i486 +OARCH := i486 # # Whether to compile in the kernel debugger @@ -25,7 +25,7 @@ KDBG := 0 # Whether to compile for debugging # Enabling this enables ASSERTS, GDB and Special Debug Routines # -DBG := 0 +DBG := 1 # # Whether to compile a multiprocessor or single processor version