Intel® C++ Compiler 16.0 User and Reference Guide
Specifies the name for an object file.
Linux and OS X: | None |
Windows: | /Fo[[:]filename|dir] |
filename |
Is the name for the object file. |
dir |
Is the directory where the object file should be placed. It can include filename. |
OFF |
An object file has the same name as the name of the first source file and a file extension of .obj. |
This option specifies the name for an object file.
Visual Studio: Output Files > Object File Name
None