Tells the compiler to use a precompiled header file or to create one if none exist.
Windows: C/C++ > Language > Create/Use Precompiled Header
Linux: None
Mac OS: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | None |
Windows: | /YX[file] |
file | Is the name of the precompiled header file to use. |
OFF | The compiler does not use or create precompiled header files unless it is told to do so. |
This option tells the compiler to use a precompiled header file or to create one if none exists.
None