Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
f76b28e535f5bbdca33d4b843ba048342858d0d4
/
.
/
ci
/
clang_wrapper++
blob: 0c08c687ae05225de429cbb481d71758c76bea0c [
file
] [
log
] [
blame
]
#!/bin/sh
# This file wraps clang with ccache to enable faster runs of xcodebuild
ccache clang
++
"$@"