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