KDBG needs DBG to be set, I can't imagine any useful situation for KDBG without DBG.
[reactos.git] / reactos / config.template.rbuild
index 4db88bb..b781959 100644 (file)
@@ -43,7 +43,7 @@
 
 
 <!--
-       Whether to compile in the integrated kernel debugger.
+       Whether to compile in the integrated kernel debugger. Requires DBG to be set.
 -->
 <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>