- In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build....
[reactos.git] / reactos / ReactOS-arm.rbuild
index ae22843..7172dd3 100644 (file)
                <define name="_SEH_ENABLE_TRACE" />
                <property name="DBG_OR_KDBG" value="true" />
        </if>
+       <if property="DBG" value="0">
+               <define name="DBG">0</define>
+       </if>
+
        <if property="KDBG" value="1">
                <define name="KDBG">1</define>
                <property name="DBG_OR_KDBG" value="true" />