This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [LTO][PATCH] Delete temporary ltrans output files


On Tue, Dec 9, 2008 at 10:26, Rafael Espindola <espindola@google.com> wrote:

> Using -save-temps should be OK. I am not sure if we pass it to
> collect2. But we can always use -save-temps -Wl,-save-temps for now.
> That is what we would do with -debug anyway...

-save-temps ends up in COLLECT_GCC_FLAGS and CFLAGS (for
ltrans-driver).  A single flag to retain all temporaries is much more
convenient than having to specify different flags for different
programs.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]