4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
exec $(dirname $0)/ccache ${DT_TOOLCHAIN_DIR}/usr/bin/clang -Qunused-arguments $@
|