exe file size

Vladimir Panteleev thecybershadow at gmail.com
Thu Nov 13 04:54:44 PST 2008


On Thu, 13 Nov 2008 12:07:57 +0200, huurd <hurd at 163.com> wrote:

> I use dwt+dwtx, a hello word exe size is 22M, after I use upx the size  
> is 800kb.
>
> exe file appears to be a lot of meaningless repeat, how to remove it?

It shouldn't be so big without debug info. Check your compilation options  
and make sure you're not including symbols (not passing -g when linking).

-- 
Best regards,
  Vladimir                          mailto:thecybershadow at gmail.com



More information about the Digitalmars-d mailing list