protobuf/ci/clang_wrapper

4 lines
100 B
Bash
Executable File

#!/bin/sh
# This file wraps clang with ccache to enable faster runs of xcodebuild
ccache clang "$@"