5.7.2 Options for Controlling the Kind of Output

The following options control the kind of output produced by the compiler.

Table 5-7. Kind-of-Output Control Options
Option

(links to explanatory section)

Definition
-cStop compilation before the link step, producing an intermediate file.
-EStop compilation after preprocessing, producing a preprocessed file.
--help Print a description of the command line options.
-o filePlace the output in a file with the specified name.
-SStop compilation before the assembly step, producing an assembly file output.
-specs=fileOverrides the standard specs file.
-vPrint the commands executed during each stage of compilation.
--version Show version information then quit
-xSpecify the language of a source file regardless of its file extension.