‑‑output, -o
In this section:
Syntax
‑‑output {filename|directory}
-o {filename|directory} Parameters
See Rules for specifying a filename or directory as parameters.
Description
By default, the object code output produced by the compiler is located in a file with the same name as the source file, but with the extension o. Use this option to explicitly specify a different output filename for the object code output.
Caution
This option is not available in the IDE.