This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: why such large exe files ?


Strip your exe
strip *.exe

If your makefile have gcc -g flag you get debug version of
your executables, which you can strip.

> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Joseph
> Rosenzweig
> Sent: Tuesday, September 21, 1999 6:58 PM
> To: cygwin@sourceware.cygnus.com
> Subject: why such large exe files ?
> 
> 
> I upgraded to version 20.1 and egcs 2.95
> and now when I compile my programs
> using the same options as before
> the exe files are over 300 KB.
> Before with version 20 the same
> programs were only maybe
> 20 KB. I think maybe there is some
> default option in the compiler or
> linker that is different. I would
> rather have smaller exe files what
> can I do?
> 
> Thanks for any info
> 
> 
> 
> ____________________________________________________________________
> Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]