Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler the location for precompiled header files.
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.
Visual Studio: None
Eclipse: Precompiled Headers > Precompiled Headers' File Directory
Xcode: Precompiled Headers > Prefix Header
None