mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 12:56:39 +00:00
DBG should be 0 by default. Also, DBG = 1 seems to break ROS (it hangs before ntoskrnl is even loaded.)
svn path=/trunk/; revision=11177
This commit is contained in:
parent
3b2388081c
commit
4e21459b33
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ KDBG := 0
|
||||||
#
|
#
|
||||||
# Whether to compile for debugging
|
# Whether to compile for debugging
|
||||||
#
|
#
|
||||||
DBG := 1
|
DBG := 0
|
||||||
|
|
||||||
#
|
#
|
||||||
# Whether to compile with optimizations
|
# Whether to compile with optimizations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue