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