Removes standard directories from the include file search path.
Windows: Preprocessor > Ignore Standard Include Path (/noinclude)
Linux: None
Mac OS X: Preprocessor > Ignore Standard Include Path (/noinclude)
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -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 FPATH environment variable.
On Linux and Mac 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.
Linux and Mac OS X: -nostdinc
Windows: /noinclude
Copyright © 1996-2010, Intel Corporation. All rights reserved.