- Uncondtionally build with optimizations (can still be disabled by commenting out...
[reactos.git] / reactos / ReactOS.xml
index 933a11a..6eea0f1 100644 (file)
                <define name="DBG" value="1" />
                <property name="DBG_OR_KDBG" value="true" />
        </if>
-       <if property="DBG" value="0">
-               <compilerflag>-Os</compilerflag>
-               <compilerflag>-Wno-strict-aliasing</compilerflag>
-               <compilerflag>-ftracer</compilerflag>
-               <compilerflag>-momit-leaf-frame-pointer</compilerflag>
-               <compilerflag>-mpreferred-stack-boundary=2</compilerflag>            
-       </if>
        <if property="KDBG" value="1">
                <define name="KDBG" value="1" />
                <property name="DBG_OR_KDBG" value="true" />
        </if>
+    <compilerflag>-Os</compilerflag>
+    <compilerflag>-Wno-strict-aliasing</compilerflag>
+    <compilerflag>-ftracer</compilerflag>
+    <compilerflag>-momit-leaf-frame-pointer</compilerflag>
+    <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
        <compilerflag>-Wpointer-arith</compilerflag>
 
        <include>.</include>