From: drupp AT cs DOT washington DOT edu (Douglas Rupp) Message-Id: <199607291922.MAA01037@june.cs.washington.edu> Subject: gcc -g -o To: djgpp-workers AT delorie DOT com Date: Mon, 29 Jul 1996 12:22:13 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Does -g, when linking, actually do anything? I can't see that it does. How about making it do something useful, like w/o -g the .exe file will be stripped and the coff file deleted after linking. Just a thought...