Visible to Intel only — GUID: GUID-A9831327-FFAD-4573-BFCC-22EF81EB9DDA
Visible to Intel only — GUID: GUID-A9831327-FFAD-4573-BFCC-22EF81EB9DDA
Use Configuration Files
You can decrease the time you spend entering command-line options by using the configuration file to automate command-line entries. Configuration files are automatically processed every time you run the Intel® oneAPI DPC++/C++ Compiler. You can insert any valid command-line options into the configuration file. The compiler processes options in the configuration file in the order in which they appear, followed by the specified command-line options when the compiler is invoked.
Options in the configuration file are executed every time you run the compiler. If you have varying option requirements for different projects, use Using Response Files .
Sample Configuration Files
Anytime you instruct the compiler to use a different configuration file, the default configuration file(s) are ignored.
The following examples illustrate basic configuration files.
Linux
## Sample icpx.cfg file
-I/my_headers
Windows
## Sample icx.cfg file
/Ic:\my_headers
In the examples , the compiler reads the configuration file and invokes the I option every time you run the compiler, along with any options specified on the command line.