Removes standard directories from the include file search path.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -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.
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.
Linux: -nostdinc
Windows: /noinclude
I compiler option