Add a top-level .bazelrc to make sure we use C++11

This commit is contained in:
Adam Cozzette 2021-08-06 11:09:53 -07:00
parent 4b86ec667a
commit 0554bb24c0

1
.bazelrc Normal file
View File

@ -0,0 +1 @@
build --cxxopt='-std=c++11'