Skip to content

Commit df53955

Browse files
authored
Revert "Removed c++14 option from bazel.rc (grpc#29711)" (grpc#29750)
This reverts commit c88d704.
1 parent f1e9adf commit df53955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/bazel.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
build --client_env=CC=clang
44
build --copt=-DGRPC_BAZEL_BUILD
5+
build --cxxopt='-std=c++14'
56
build --action_env=GRPC_BAZEL_RUNTIME=1
67
build --define=use_fast_cpp_protos=true
78

0 commit comments

Comments
 (0)