7.6.2 Options for Controlling the Kind of Output

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

Table 7-6. Kind-of-Output Control Options
OptionDefinition
-cCompile or assemble the source files, but do not link. The default file extension is .o.
-EStop after the preprocessing stage, i.e., before running the compiler proper. The default output file is stdout.
-o filePlace the output in file.
-SStop after compilation proper (i.e., before invoking the assembler). The default output file extension is .s.
--helpPrint a description of the command-line options.