Mail Archives: djgpp/1996/07/18/03:57:29
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.
- Raw text -