Date: Thu, 18 Jul 1996 10:51:52 +0200 (IST) From: Eli Zaretskii To: Farhan Yousaf Cc: djgpp AT delorie DOT com Subject: Re: Debug-like info In-Reply-To: <1.5.4.32.19960718015307.006b2530@mail.interlog.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 17 Jul 1996, Farhan Yousaf wrote: > I am fairly new to DGJPP. By looking at the end of the EXEs compiled, there > seems to be some sort of "debug" information appeneded to the EXE. Is there > a way to avoid it's appendage (assuming it is debug info)? Use -s switch when you link. This is only recommended when you are done debugging the program, because after that, you cannot easily debug it and cannot even get a human-readable stack trace if and when the program crashes.