Visible to Intel only — GUID: GUID-EECDB797-91E6-44CE-9068-6535CD8A195C
Visible to Intel only — GUID: GUID-EECDB797-91E6-44CE-9068-6535CD8A195C
X
Removes standard directories from the include file search path.
Linux: |
-X |
macOS: |
-X |
Windows: |
/X |
None
OFF |
Standard directories are in the include file search path. |
This option removes standard directories from the include file search path. It prevents the compiler from searching the default path specified by the CPATH environment variable.
On Linux* and macOS systems, specifying -X (or -noinclude) prevents the compiler from searching in /usr/include for files specified in an INCLUDE statement.
You can use this option with the I option to prevent the compiler from searching the default path for include files and direct it to use an alternate path.
This option affects fpp preprocessor behavior and the USE statement.
Visual Studio: Preprocessor > Ignore Standard Include Path (/X)
Linux and macOS: -nostdinc
Windows: /noinclude