Sync to trunk head(r38096)
[reactos.git] / reactos / config-amd64.template.rbuild
index 9403c65..b8169d5 100644 (file)
                4 = -O2
                5 = -O3
 -->
-<property name="OPTIMIZE" value="3" />
+<property name="OPTIMIZE" value="1" />
 
 
 <!--
        Whether to compile in the integrated kernel debugger.
 -->
-<property name="KDBG" value="1" />
+<property name="KDBG" value="0" />
 
 
 <!--
@@ -75,7 +75,7 @@
        TinyKRNL. Booting into debug mode with this flag enabled will result in a
        failure to enter GUI mode. Do not enable unless you know what you're doing.
 -->
-<property name="_WINKD_" value="0" />
+<property name="_WINKD_" value="1" />
 
 <!--
        Whether to compile support for ELF files. Do not enable unless you know what