KDBG needs DBG to be set, I can't imagine any useful situation for KDBG without DBG.
[reactos.git] / reactos / config.template.rbuild
index 0e67afb..b781959 100644 (file)
 
 
 <!--
-       OPTIMIZE what level do you want ReactOS to be optimized at
-       this setting does not work if GDB is set
-               0 = off
-               1 = Normal compiling recommended, is default setting in official build and debug build
-
-               warning : 2,3,4,5  is not tested on ReactOS. Change at own risk.
-
-               2 = gcc -Oz with -mpreferred-stack-boundary=2
-               3 = gcc -O1 with -mpreferred-stack-boundary=2
-               4 = gcc -O2 with -mpreferred-stack-boundary=2
-               5 = gcc -O3 with -mpreferred-stack-boundary=2
+       What level of optimisation to use.
+               0 = off (will not work)
+               1 = Default option, optimize for size (-Os) with some additional options
+               2 = -Os
+               3 = -O1
+               4 = -O2
+               5 = -O3
 -->
 <property name="OPTIMIZE" value="1" />
 
 
 <!--
-       Whether to compile for an uniprocessor or multiprocessor machine.
+       Whether to compile in the integrated kernel debugger. Requires DBG to be set.
 -->
-<property name="MP" value="0" />
-
-
-<!--
-       Whether to compile in the integrated kernel debugger.
--->
-<property name="KDBG" value="0" />
+<property name="KDBG" value="1" />
 
 
 <!--
 -->
 <property name="_WINKD_" value="0" />
 
+<!--
+       Whether to compile support for ELF files. Do not enable unless you know what
+       you're doing.
+-->
+<property name="_ELF_" value="0" />
+
 </group>