-save-temps flag for GCC
Saves intermediate files when create executable
Preprocessing  (Removal of Comments,Expansion of Macros,Expansion of the included files,Conditional compilation):   .c --.i
Compiling:   i. --.s
Assembly:   .s --.o
Linking: .o -- EXE
 
sdmrnv, 2019-08-15 [0.867ms, r]
