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-1951B847-6362-4297-9E8F-E66D34DB40A7
Visible to Intel only — GUID: GUID-1951B847-6362-4297-9E8F-E66D34DB40A7
Qpchi
Enable precompiled header coexistence to reduce build time.
Linux: |
None |
macOS: |
None |
Windows: |
/Qpchi /Qpchi- |
None
ON |
The compiler enables precompiled header coexistence. |
This option enables precompiled header (PCH) files generated by the Intel® C++ compiler and those generated by the Microsoft Visual C++* compiler to coexist, which reduces build time.
If build time is not an issue and you do not want an additional set of PCH files on your system, specify /Qpchi-.
None