protobuf/ci/clang_wrapper++

4 lines
102 B
Bash
Executable File

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