Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-6E995D8D-A027-4409-B8EC-607EE10204A5
Visible to Intel only — GUID: GUID-6E995D8D-A027-4409-B8EC-607EE10204A5
showIncludes
Tells the compiler to display a list of the include files.
Syntax
Linux: |
None |
Windows: |
/showIncludes |
Arguments
None
Default
OFF |
The compiler does not display a list of the include files. |
Description
This option tells the compiler to display a list of the include files. Nested include files (files that are included from the files that you include) are also displayed.
IDE Equivalent
Visual Studio: Advanced > Show Includes
Eclipse: None
Alternate Options
None