Tells the compiler to generate one object file for every source file.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
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 -ipo (Linux) or /Qipo (Windows) specification.
Linux: -ipo_separate
Windows: /Qipo_separate
ipo, Qipo compiler option