Restore original compiler settings. Changed accidentally by the NDK patch.

svn path=/trunk/; revision=21890
This commit is contained in:
Andrew Munger 2006-05-11 19:07:52 +00:00
parent 6e04036473
commit c02800c901

View file

@ -24,12 +24,14 @@
<define name="KDBG" value="1" />
<property name="DBG_OR_KDBG" value="true" />
</if>
<compilerflag>-O3</compilerflag>
<compilerflag>-fno-optimize-sibling-calls</compilerflag>
<compilerflag>-Wno-strict-aliasing</compilerflag>
<compilerflag>-ftracer</compilerflag>
<compilerflag>-momit-leaf-frame-pointer</compilerflag>
<compilerflag>-mpreferred-stack-boundary=2</compilerflag>
<if property="GDB" 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>
<compilerflag>-Wpointer-arith</compilerflag>
<include>.</include>