Removes standard directories from the include file search path.
Windows: C/C++ > Preprocessor > Ignore Standard Include Path
Linux: Preprocessor > Ignore Standard Include Path
Mac OS: Preprocessor > Ignore Standard Include Path
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -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 INCLUDE 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 and Mac OS: -nostdinc
Windows: None
I compiler option