-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 [1.51ms]
