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.
Modified: trunk/reactos/config
--- trunk/reactos/config 2005-05-26 13:48:55 UTC (rev 15516) +++ trunk/reactos/config 2005-05-26 13:50:52 UTC (rev 15517) @@ -14,7 +14,7 @@
# be optimized for. #
-OARCH := i486
+OARCH := i486
# # Whether to compile in the kernel debugger @@ -25,7 +25,7 @@
# 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