Intel® C++ Compiler XE 13.1 User and Reference Guides
Tells the compiler the location for precompiled header files.
Windows: None
Linux: Precompiled Headers > Precompiled Headers' File Directory
OS X: Precompiled Headers > Prefix Header
All
Linux and OS X: | -pch-dir dir |
Windows: | None |
dir |
Is the path for precompiled header files. The path must exist. |
OFF |
The compiler does not create or use precompiled headers unless you tell it to do so. |
This option tells the compiler the location for precompiled header files. It denotes where to find precompiled header files, and where new PCH files should be placed.
This option can be used with the -pch, -pch-create, and -pch-use options.
To learn how to optimize compile times using the PCH options, see "Using Precompiled Header Files" in the User's Guide.
None