Mail Archives: djgpp/2000/05/10/08:31:09
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 -