Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <36E2F365.67E45550@cityweb.de> Date: Sun, 07 Mar 1999 22:45:09 +0100 From: Corinna Vinschen X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: John Zheng CC: cygwin AT sourceware DOT cygnus DOT com Subject: Re: compiling file 3.26 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit John Zheng wrote: > [...] > One more question. When I compile file.exe, my resulting file.exe ends up > being 382,463 bytes. The version you have on your ftp server is only 23,552 > bytes. How do you get the compile to make it so small? Erase the symbol table from the binary via strip file.exe or call gcc with strip option `-s' in link stage. Regards, Corinna -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com