wesnoth/utils/travis/ccache-clang++
pentarctagon b71f7cdc3c Moves the ccache clang wrapper scripts to utils/travis/.
Also clears the ccache statistics after printing them. This means the hit/miss count will be shown per run, rather than cumulatively.
2018-02-24 10:56:05 -06:00

5 lines
47 B
Bash
Executable File

#!/usr/bin/env bash
exec ccache clang++ "$@"