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