summarylogtreecommitdiffstats
path: root/nvcc-ccache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nvcc-ccache.sh')
-rw-r--r--nvcc-ccache.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/nvcc-ccache.sh b/nvcc-ccache.sh
new file mode 100644
index 000000000000..a4307e924d17
--- /dev/null
+++ b/nvcc-ccache.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/usr/bin/ccache nvcc "$@"