mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
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
This commit is contained in:
parent
42db7235dc
commit
ed141bff38
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue