mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +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:
+1
-1
@@ -25,7 +25,7 @@ KDBG := 0
|
||||
#
|
||||
# Whether to compile for debugging
|
||||
#
|
||||
DBG := 1
|
||||
DBG := 0
|
||||
|
||||
#
|
||||
# Whether to compile with optimizations
|
||||
|
||||
Reference in New Issue
Block a user