Enable precompiled header coexistence to reduce build time.
IA-32, IntelĀ® 64, IA-64 architectures
Linux and Mac OS X: |
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