bazel: Set host C++ standard

Update `.bazelrc` for local (host target) tooling. This is a necessary
precondition to compile the new interface generator with Bazel.

PiperOrigin-RevId: 438541332
Change-Id: I9341ee4d1f4434c1d083e0d49774c61f9ebd7d7b
pull/140/head
Christian Blichmann 2022-03-31 05:18:10 -07:00 committed by Copybara-Service
parent ed853afbe5
commit 1174e529c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# Build in C++17 mode without a custom CROSSTOOL
build --cxxopt=-std=c++17
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17