Tells the compiler to use a precompiled header file.
Windows: Language > Create/Use Precompiled Header
Linux: None
Mac OS X: None
IA-32, Intel® 64, IA-64 architectures
Linux and Mac OS X: | 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