Skip to content

Instantly share code, notes, and snippets.

@hello009-commits
Created May 19, 2013 10:38
Show Gist options
  • Save hello009-commits/5607310 to your computer and use it in GitHub Desktop.
Save hello009-commits/5607310 to your computer and use it in GitHub Desktop.
Gcc Preprocessor Options

Gcc Preprocessor Options

-I dir

Add the directory dir to the list of directories to be searched for header files. Directories named by -I are searched before the standard system include directories. If the directory dir is a standard system include directory, the option is ignored to ensure that the default search order for system directories and the special treatment of system headers are not defeated . If dir begins with =, then the = will be replaced by the sysroot prefix; see --sysroot and -isysroot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment