Skip to content

Instantly share code, notes, and snippets.

@okumura
Created March 23, 2014 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okumura/9718178 to your computer and use it in GitHub Desktop.
Save okumura/9718178 to your computer and use it in GitHub Desktop.
enable ccache for ninja from gyp.
export CC="ccache clang -Qunused-arguments"
export CXX="ccache clang -Qunused-arguments"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment