Controlling Compilation Output

Option

Description

-G0

Writes a listing of the source file to standard output, including any error or warning messages. The errors and warnings are also output to standard error, stderr.

-G1

Prints a listing of the source file to the standard output without INCLUDE files expanded.

-ofile

Produce the executable file name or directory specified in file ; for example, -omyfile, -omydir\.
Combined with -S, indicates assembly file or directory for multiple assembly files.
Combined with -c, indicates object file name or directory for multiple object files.