Commit in reactos on MAIN | |||
config | +2 | -2 | 1.19 -> 1.20 |
Restore old DBG and KDBG defaults
diff -u -r1.19 -r1.20 --- config 17 Sep 2004 09:25:10 -0000 1.19 +++ config 17 Sep 2004 14:48:20 -0000 1.20 @@ -20,12 +20,12 @@
# # Whether to compile in the kernel debugger #
-KDBG := 1
+KDBG := 0
# # Whether to compile for debugging #
-DBG := 1
+DBG := 0
# # Whether to compile with optimizations