mirror of
https://github.com/vcmi/vcmi.git
synced 2025-05-13 22:06:58 +02:00
4 lines
54 B
Bash
4 lines
54 B
Bash
#!/bin/sh
|
|
export CCACHE_CPP2=true
|
|
ccache clang++ "$@"
|