Qpchi

Enables precompiled header files to coexist.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: None
Windows:    /Qpchi
    /Qpchi-

Arguments

None

Default

OFF      The compiler can generate position-independent code.

Description

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-.

Alternate Options

None