Mail Archives: djgpp-workers/1996/07/29/21:21:42
> Does -g, when linking, actually do anything? I can't see that it does.
It's supposed to link in crt0g.a/libg.a instead of crt0.a/libc.a, but
we don't distribute a fully debuggable version of libc (bloat).
> How about making it do something useful, like w/o -g the .exe file will
> be stripped and the coff file deleted after linking.
This would make djgpp operate differently than unix gcc, which does no
such thing. Besides, if you specify the .exe file as the output file,
the coff file is already deleted.
- Raw text -