Date: Mon, 29 Jul 1996 21:17:17 -0400 Message-Id: <199607300117.VAA25632@delorie.com> From: DJ Delorie To: drupp AT cs DOT washington DOT edu CC: djgpp-workers AT delorie DOT com In-reply-to: <199607291922.MAA01037@june.cs.washington.edu> (drupp AT cs DOT washington DOT edu) Subject: Re: gcc -g -o > 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.