We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd4fe5 commit 5d2a39fCopy full SHA for 5d2a39f
.bazelrc
@@ -5,3 +5,7 @@ common --noenable_workspace
5
# Use C++17 (required for recent gRPC versions).
6
build --cxxopt=-std=c++17
7
build --host_cxxopt=-std=c++17
8
+
9
+# Extra flags needed to build on macOS.
10
+build --repo_env=CC=/usr/bin/clang
11
+build --macos_minimum_os=10.13
0 commit comments