save-temps

Tells the compiler to save intermediate files created during compilation.

Syntax

Linux:

-save-temps

-no-save-temps

Windows:

None

Arguments

None

Default

Linux* systems: -no-save-temps

On Linux systems, the compiler deletes intermediate files after compilation is completed.

Description

This option tells the compiler to save intermediate files created during compilation. The names of the files saved are based on the name of the source file; the files are saved in the current working directory.

If option save-temps is specified, the following occurs:

If -no-save-temps is specified on Linux systems, the following occurs:

Note

This option only saves intermediate files that are normally created during compilation.

IDE Equivalent

None

Alternate Options

None