| delorie.com/archives/browse.cgi | search |
| Date: | Mon, 26 Jun 2000 08:38:57 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | Josh Haglund <lhaglund AT wiktel DOT com> |
| 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: | <Pine.SUN.3.91.1000626083838.5330D-100000@is> |
| MIME-Version: | 1.0 |
| 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 |
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).
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |