add -fforce-addr -fmerge-all-constants -fmove-all-movables -funit-at-a-time to DBG=0 Old setting did produce 1.06MB of comctl32.dll new setting produce it to 940KB. it will produce smaller file size for all file.

svn path=/trunk/; revision=20240
This commit is contained in:
Magnus Olsen
2005-12-18 09:36:32 +00:00
parent 565f110df2
commit 1392f53d62
+4
View File
@@ -26,6 +26,10 @@
<compilerflag>-ftracer</compilerflag>
<compilerflag>-momit-leaf-frame-pointer</compilerflag>
<compilerflag>-mpreferred-stack-boundary=2</compilerflag>
<compilerflag>-fforce-addr</compilerflag>
<compilerflag>-fmerge-all-constants</compilerflag>
<compilerflag>-fmove-all-movables</compilerflag>
<compilerflag>-funit-at-a-time</compilerflag>
</if>
<if property="KDBG" value="1">
<define name="KDBG" value="1" />