From 98b6ead7756237cfbad9006c6032d96dbc82fae3 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Fri, 13 Aug 2021 13:32:59 -0700 Subject: [PATCH] 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. --- .bazelrc | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .bazelrc diff --git a/.bazelrc b/.bazelrc deleted file mode 100644 index 030ff37239..0000000000 --- a/.bazelrc +++ /dev/null @@ -1 +0,0 @@ -build --cxxopt='-std=c++11'