X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "John Buckley" Newsgroups: comp.os.msdos.djgpp Subject: Executable size Date: Tue, 21 Oct 2003 16:12:37 +0100 Lines: 14 Message-ID: NNTP-Posting-Host: 81.76.142.223 X-Trace: newsg2.svr.pol.co.uk 1066749202 21081 81.76.142.223 (21 Oct 2003 15:13:22 GMT) NNTP-Posting-Date: 21 Oct 2003 15:13:22 GMT X-Complaints-To: abuse AT theplanet DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello! My 95-line standard C program has compiled into a massive 133K executable. The -s switch brings it down to 91K, but I managed to compile the exact same program ages ago (I'm updating it) into just 6K. I seem to remember using some switch for that but unfortunately I can't remember what the switch was. Any ideas? --- JB