| Last Modified On : | September 16, 2009 6:17 PM PDT |
Rate |
|
Cause:
The diagnostic is generated when you attempt to link an object file that was not compiled with -Qipo(On Windows) or -ipo(On the Mac OS or Linux) in an Inter Procedural Object (IPO) link/compile. This is legal, but you may not get the same level of performance optimization.
Resolution:
Please Examine your build configuration to ensure that you have IPO specified for the compilation step.
Note: IR is Intermediate Representation that is generated when you invoke IPO during compilation.

English | 中文 | Русский | Français
Mark Sabahi (Intel)
|
glenn forney