delorie.com/archives/browse.cgi | search |
Date: | Mon, 10 Jun 2002 11:24:12 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Rafi Halegua <rafi DOT halegua AT retalix DOT com> |
cc: | "'djgpp AT delorie DOT com'" <djgpp AT delorie DOT com> |
Subject: | Re: make without debug |
In-Reply-To: | <02A1FD36B67CD511A19700508B9562E425D7F6@MAILSRV> |
Message-ID: | <Pine.SUN.3.91.1020610112332.23319A-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 Mon, 10 Jun 2002, Rafi Halegua wrote: > I want to make a program without debug information, who can I? > Or after 'make' who I do strip to the program? Either link with the -s switch or run `strip' on the program, like this: strip program.exe
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |