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:
Alex Ionescu 2004-10-04 03:19:07 +00:00
parent 3b2388081c
commit 4e21459b33

View file

@ -25,7 +25,7 @@ KDBG := 0
#
# Whether to compile for debugging
#
DBG := 1
DBG := 0
#
# Whether to compile with optimizations