Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to create a precompiled header file.
Linux and OS X: | -pch-create filename |
Windows: | None |
filename |
Is the name for the precompiled header file. A space must appear before the file name. It can include a path. |
OFF |
The compiler does not create or use precompiled headers unless you tell it to do so. |
This option tells the compiler to create a precompiled header (PCH) file. It is supported only for single source file compilations.
Note that the .pchi extension is not automatically appended to the file name.
This option cannot be used in the same compilation as the -pch-use option.
On Windows* OS*, option -pch-create is equivalent to the /Yc option.
Linux and OS X: None
Windows: /Yc