Intel® Fortran Compiler XE 13.1 User and Reference Guides

X

Removes standard directories from the include file search path.

IDE Equivalent

Windows: Preprocessor > Ignore Standard Include Path (/noinclude)

Linux: None

OS X: Preprocessor > Ignore Standard Include Path (/noinclude)

Architectures

All

Syntax

Linux and OS X:

-X

Windows:

/X

Arguments

None

Default

OFF

Standard directories are in the include file search path.

Description

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 OS X* 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.

Alternate Options

Linux and OS X: -nostdinc

Windows: /noinclude

See Also


Submit feedback on this help topic