- Uncondtionally build with optimizations (can still be disabled by commenting out...
authorAlex Ionescu <aionescu@gmail.com>
Thu, 5 Jan 2006 16:25:44 +0000 (16:25 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Thu, 5 Jan 2006 16:25:44 +0000 (16:25 +0000)
svn path=/trunk/; revision=20581

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>