Skip to content

Instantly share code, notes, and snippets.

@snikulov
Created July 11, 2017 12:01
Show Gist options
  • Save snikulov/da6f4b6a363c0e74842ebd313ed17f32 to your computer and use it in GitHub Desktop.
Save snikulov/da6f4b6a363c0e74842ebd313ed17f32 to your computer and use it in GitHub Desktop.
GCC Include search paths
GCC Include search paths
For C:
gcc -xc -E -v -
For C++:
gcc -xc++ -E -v -
shorter variant:
gcc -Wp,-v -x c++ - -fsyntax-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment