Mail Archives: djgpp-workers/1996/07/31/01:21:23
On Tue, 30 Jul 1996, Douglas Rupp wrote:
> > > 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.
> >
>
> I not sure quite what you mean by "does no such thing", if you mean that
> the unix gcc doesn't delete its coff file after linking then I suppose
> you're right :-)
On Unix, gcc without -g does NOT strip the binary. If ours will, that
would be a deviation from the normal behavior, which might bite you if
you use Makefiles that come from Unix.
- Raw text -