7.6.5 Options for Debugging
The following options are used for debugging.
Option | Definition |
---|---|
-g | Produce debugging information. The compiler supports the use of
|
-Q | Makes the compiler print out each function name as it is compiled, and print some statistics about each pass when it finishes. |
-save-temps | Don’t delete intermediate files. Place
them in the current directory and name them based on the source file.
Thus, compiling foo.c with -c
-save-temps would produce the following files:
|