mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 12:18:34 +00:00

Also clears the ccache statistics after printing them. This means the hit/miss count will be shown per run, rather than cumulatively.
5 lines
47 B
Bash
Executable File
5 lines
47 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
exec ccache clang++ "$@"
|
|
|