o
Specifies the name for an output file.
Syntax
Linux:
-o
filename
Windows:
See option Fo.
Arguments
- filename
- Is the name for the output file. The space beforefilenameis optional.
Default
- OFF
- The compiler uses the default file name for an output file.
Description
This option specifies the name for an output file as
follows:
- If-cis specified, it specifies the name of the generated object file.
- If-Sis specified, it specifies the name of the generated assembly listing file.
- If-Pis specified, it specifies the name of the generated preprocessor file.
Otherwise, it specifies the name of the executable file.
IDE Equivalent
None
Alternate Options
Linux:
None
Windows:
/Fe