Visible to Intel only — GUID: GUID-EFFE6B89-3549-432B-9C45-F63E9AB9E617
Visible to Intel only — GUID: GUID-EFFE6B89-3549-432B-9C45-F63E9AB9E617
Fp
Lets you specify an alternate path or file name for precompiled header files.
Syntax
Linux: |
None |
Windows: |
/Fp{filename|dir} |
Arguments
filename |
Is the name for the precompiled header file. |
dir |
Is the directory where the precompiled header file should be placed. It can include filename. |
Default
OFF |
The compiler does not create or use precompiled headers unless you tell it to do so. |
Description
This option lets you specify an alternate path or file name for precompiled header files.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
IDE Equivalent
Visual Studio: Precompiled Headers > Precompiled Header Output File
Eclipse: None
Alternate Options
None