Visible to Intel only — GUID: GUID-E7004240-CFCA-47E0-B286-7C0148A10900
Visible to Intel only — GUID: GUID-E7004240-CFCA-47E0-B286-7C0148A10900
isystem
Specifies a directory to add to the start of the system include path.
Linux: |
-isystemdir |
macOS: |
-isystemdir |
Windows: |
None |
dir |
Is the directory to add to the system include path. |
OFF |
The default system include path is used. |
This option specifies a directory to add to the system include path. The compiler searches the specified directory for include files after it searches all directories specified by the -I compiler option but before it searches the standard system directories.
On Linux* systems, this option is provided for compatibility with gcc.
None