-keepobjects

Retains or deletes object files after invoking the linker.

Syntax
  -keepobj[ects]
  -nokeepobj[ects]
Remarks

Use -keepobjects to retain object files after invoking the linker. Use -nokeepobjects to delete object files after linking. This option is global.

Note: Object files are always kept when compiling.
Related information
-nolink
-o