Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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.

NOTE:

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