Skip to content

Commit

Permalink
Discard changes to .bazelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Jun 12, 2024
1 parent b842d16 commit f77041e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ build --copt -DGRPC_BAZEL_BUILD
# Workaround abseil libraries missing symbols
build:windows --dynamic_mode=off

# Avoid conflicting boringssl/protobuf system brew install
# https://github.com/bazelbuild/bazel/issues/10472
build:macos --copt=-isystem/usr/local/include

# Set minimum supported C++ version
build:macos --host_cxxopt=-std=c++14 --cxxopt=-std=c++14
build:linux --host_cxxopt=-std=c++14 --cxxopt=-std=c++14
Expand Down

0 comments on commit f77041e

Please sign in to comment.