Force build in C++17 mode without a custom CROSSTOOL

PiperOrigin-RevId: 283706006
Change-Id: I0b6ddd36725ccf165a446ae94a16898146199d29
This commit is contained in:
Christian Blichmann 2019-12-04 01:02:54 -08:00 committed by Copybara-Service
parent ece90e0bda
commit 072636f67e

2
sandboxed_api/.bazelrc Normal file
View File

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