We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b842d16 commit f77041eCopy full SHA for f77041e
.bazelrc
@@ -16,10 +16,6 @@ build --copt -DGRPC_BAZEL_BUILD
16
# Workaround abseil libraries missing symbols
17
build:windows --dynamic_mode=off
18
19
-# Avoid conflicting boringssl/protobuf system brew install
20
-# https://github.com/bazelbuild/bazel/issues/10472
21
-build:macos --copt=-isystem/usr/local/include
22
-
23
# Set minimum supported C++ version
24
build:macos --host_cxxopt=-std=c++14 --cxxopt=-std=c++14
25
build:linux --host_cxxopt=-std=c++14 --cxxopt=-std=c++14
0 commit comments