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