From: "Al" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: is it possible to use strip option in call to compiler Lines: 18 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Original-NNTP-Posting-Host: 203.58.15.172 Message-ID: <39573ebd@dnews.tpgi.com.au> Date: Mon, 26 Jun 2000 21:26:20 +1000 NNTP-Posting-Host: 203.12.160.33 X-Complaints-To: abuse AT telstra DOT net X-Trace: nsw.nnrp.telstra.net 962019124 203.12.160.33 (Mon, 26 Jun 2000 21:32:04 EST) NNTP-Posting-Date: Mon, 26 Jun 2000 21:32:04 EST Organization: Customer of Telstra Big Pond Direct To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote in message news:Pine DOT SUN DOT 3 DOT 91 DOT 1000626083838 DOT 5330D-100000 AT is... > > On Sun, 25 Jun 2000, Josh Haglund wrote: > > > I use -s when compiling a chess program and then I enter strip chess.exe > > after to reduce the size even more. > > Hmm? If you use the -s compiler switch, the produced executable is > already stripped, so running strip.exe on it should not change its > size by even a single byte. If this doesn't work for you, it's either > some usage error or a bug in one of the tools (the linker or > strip.exe). Well I've found that running strip.exe after -s does reduce the executable size by a smaller fraction.