Mail Archives: djgpp/2000/05/10/09:48:56
Thanks, it's what I want.
I searched in info but not in the good section.
Alex
----- Original Message -----
From: Kalum Somaratna aka Grendel <kalum AT lintux DOT cx>
To: <djgpp AT delorie DOT com>
Cc: <Alexandre DOT Devaure AT leroy-autom DOT com>
Sent: Wednesday, May 10, 2000 2:21 PM
Subject: Re: temp files
> On Wed, 10 May 2000, Alexandre Devaure wrote:
>
> > Hi,
> > I'd like gcc don't erase the temp files produced during the different
> > compilation stage. Is it possible ? I didn't see any options to do that.
>
> The -save-temps option is probably what you want...just do a "info gcc"
> and search for save-temps to find out more about it...
> Heres the discription,
>
>
> `-save-temps'
> Store the usual "temporary" intermediate files permanently; place
> them in the current directory and name them based on the source
> file. Thus, compiling `foo.c' with `-c -save-temps' would produce
> files `foo.i' and `foo.s', as well as `foo.o'.
>
>
> Grendel
>
> Hi, I'm a signature virus. plz set me as your signature and help me spread
> :)
>
- Raw text -