Tells the compiler to use a precompiled header file.
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: | /Yufile |
file | Is the name of the precompiled header file to use. |
OFF | The compiler does not use precompiled header files unless it is told to do so. |
This option tells the compiler to use a precompiled header file.
When this option is specified, the Microsoft Visual C++* compiler ignores all text, including declarations preceding the #include statement of the specified file.
None