- Uncondtionally build with optimizations (can still be disabled by commenting out the block locally; is this easy enough Ge?) Modified: trunk/reactos/ReactOS.xml _____
Modified: trunk/reactos/ReactOS.xml --- trunk/reactos/ReactOS.xml 2006-01-05 16:24:32 UTC (rev 20580) +++ trunk/reactos/ReactOS.xml 2006-01-05 16:25:44 UTC (rev 20581) @@ -20,17 +20,15 @@
<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>