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.
pull/8880/head
Adam Cozzette 4 years ago committed by GitHub
parent 2f513ddb9d
commit 98b6ead775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .bazelrc

@ -1 +0,0 @@
build --cxxopt='-std=c++11'
Loading…
Cancel
Save