Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: "Suhaib M. Siddiqi" <ssiddiqi@ipass.net>
To: "Joseph Rosenzweig" <sleepysamjaya@netscape.net>,
        <cygwin@sourceware.cygnus.com>
Subject: RE: why such large exe files ?
Date: Tue, 21 Sep 1999 19:41:23 -0400
Message-ID: <LOBBLPGIHMIEGBEAFDMCGEBICBAA.ssiddiqi@ipass.net>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
In-Reply-To: <19990921225816.8737.qmail@ww156.netaddress.usa.net>
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211

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

