From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corinna Vinschen To: John Zheng Cc: cygwin@sourceware.cygnus.com Subject: Re: compiling file 3.26 Date: Wed, 31 Mar 1999 19:45:00 -0000 Message-ID: <36E2F365.67E45550@cityweb.de> References: X-SW-Source: 1999-03n/msg00185.html Message-ID: <19990331194500.97lkxbKmv4rg6NIgDOKDd3j2lwPa7vAjY8YpEcS7D9U@z> 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@sourceware.cygnus.com