Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-9D233AC0-BDB6-405D-A51A-F45CC081C9D4
Visible to Intel only — GUID: GUID-9D233AC0-BDB6-405D-A51A-F45CC081C9D4
ipo-separate, Qipo-separate
Tells the compiler to generate one object file for every source file.
Linux: |
-ipo-separate |
macOS: |
None |
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.
None