- Uncondtionally build with optimizations (can still be disabled by commenting out the block locally; is this easy enough Ge?)

svn path=/trunk/; revision=20581
This commit is contained in:
Alex Ionescu 2006-01-05 16:25:44 +00:00
parent 300da88aff
commit ac8dc76322

View file

@ -20,17 +20,15 @@
<define name="DBG" value="1" /> <define name="DBG" value="1" />
<property name="DBG_OR_KDBG" value="true" /> <property name="DBG_OR_KDBG" value="true" />
</if> </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"> <if property="KDBG" value="1">
<define name="KDBG" value="1" /> <define name="KDBG" value="1" />
<property name="DBG_OR_KDBG" value="true" /> <property name="DBG_OR_KDBG" value="true" />
</if> </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> <compilerflag>-Wpointer-arith</compilerflag>
<include>.</include> <include>.</include>