Date: Mon, 10 Jun 2002 11:24:12 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Rafi Halegua cc: "'djgpp AT delorie DOT com'" Subject: Re: make without debug In-Reply-To: <02A1FD36B67CD511A19700508B9562E425D7F6@MAILSRV> 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 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