WaxDragon curses BrandonTurner.

svn path=/branches/ros-branch-0_3_1/; revision=24330
This commit is contained in:
Andrew Munger
2006-10-01 04:57:50 +00:00
parent 786ac12c99
commit 32b3c2fdf9
+2 -2
View File
@@ -44,14 +44,14 @@
<!--
Whether to compile in the integrated kernel debugger.
-->
<property name="KDBG" value="1" />
<property name="KDBG" value="0" />
<!--
Whether to compile for debugging. No compiler optimizations will be
performed.
-->
<property name="DBG" value="1" />
<property name="DBG" value="0" />
<!--