A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-28BF365D-75E3-4542-ACD2-9E3B87979A33
Visible to Intel only — GUID: GUID-28BF365D-75E3-4542-ACD2-9E3B87979A33
Y-
Tells the compiler to ignore all other precompiled header files.
Syntax
Linux: |
None |
Windows: |
/Y- |
Arguments
None
Default
OFF |
The compiler recognizes precompiled header files when certain compiler options are specified. |
Description
This option tells the compiler to ignore all other precompiled header files.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
IDE Equivalent
Alternate Options
None