Date: Mon, 26 Jun 2000 08:38:57 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Josh Haglund cc: djgpp AT delorie DOT com Subject: Re: is it possible to use strip option in call to compiler In-Reply-To: <003001bfdf0a$774c0140$1512ddcc@lhaglund> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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).