Tells the compiler to generate one object file for every source file. This feature is only available for ifort.
Linux: | -ipo-separate |
Windows: | /Qipo-separate |
None
OFF |
The compiler decides whether to create one or more object files. |
This option tells the compiler to generate one object file for every source file. It overrides any [Q]ipo option specification.
Files compiled with option -ipo-separate or /Qipo-separate should also be linked with the same option, or the link step may fail.
None