launch-cxx.in 54 B

123
  1. #!/bin/sh
  2. export CCACHE_CPP2=true
  3. ccache clang++ "$@"