See the source code when compiling in gcc

hi
sorry my english language is very poor :D .

how can see source code when compiling in gcc linux?

Is there a options in gcc?

The compiler reads the source code once. then see source in the command line. then compile source

tnx
The source code that is passed to the compiler is saved to an .ii file for each translation unit when you specifiy --save-temps.
Topic archived. No new replies allowed.