Compilation Output

See the Specifying Compilation Output section for more information.

Option

Description

Default

-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.

OFF

-c

Compile to object only (.o), do not link.

OFF

-fcode-asm

Produces assembly file with optional code byte information.

OFF

-fsource-asm

Produces assembly file with optional high-level source code information.

OFF

-fverbose-asm

Produces assembly file with compiler comments including compiler version and options used.

OFF

-fnoverbose-asm

Produces assembly file without compiler comments.

OFF

-Map

Produce the named map file or directory for multiple files.

OFF

-S

Produce assembly file named file.asm with optional code or source annotations. Do not link.

OFF

-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.

OFF

-G1

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

OFF