summaryrefslogtreecommitdiff
path: root/launch-cxx
diff options
context:
space:
mode:
Diffstat (limited to 'launch-cxx')
-rwxr-xr-xlaunch-cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/launch-cxx b/launch-cxx
new file mode 100755
index 0000000000..817569aa93
--- /dev/null
+++ b/launch-cxx
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export CCACHE_CPP2=true
+exec "/usr/local/bin/ccache" "$@"