From c88d70458ceab6f2e79d162125fc1df55f7421c3 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Thu, 19 May 2022 09:56:37 -0700 Subject: [PATCH] Removed c++14 option from bazel.rc (#29711) --- tools/bazel.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/bazel.rc b/tools/bazel.rc index 9bc87274f97..5312865afe3 100644 --- a/tools/bazel.rc +++ b/tools/bazel.rc @@ -2,7 +2,6 @@ build --client_env=CC=clang build --copt=-DGRPC_BAZEL_BUILD -build --cxxopt='-std=c++14' build --action_env=GRPC_BAZEL_RUNTIME=1 build --define=use_fast_cpp_protos=true