-keepobjects

Retains or deletes object files after invoking the linker.

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

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

Note: The object files are always kept when compiling.