Remove .bazelrc file containing the -std=c++11 flag (#8874)

MSVC warns about that flag since it's not in the format it expects, and
the flag seems to be unnecessary anyway.
This commit is contained in:
Adam Cozzette 2021-08-13 13:32:59 -07:00 committed by GitHub
parent 2f513ddb9d
commit 98b6ead775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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