mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user