On Sat, 23 Feb 2019 at 04:25, Peng Yu wrote: > > Hi, > > I see this. What temporary files are generated when compiling a C file > to .o, .so or executable? Is there a way to show what those files are? A .s file is gnerated. The -v option will show the .s filename.