Skip to content

Commit d8cdc8e

Browse files
committed
Remove C++17 standard option from BUILD.bazel
Removed C++ standard option from protoc-gen-grpc-web.
1 parent cfe8dca commit d8cdc8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/net/grpc/web/generator/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ cc_binary(
55
srcs = [
66
"grpc_generator.cc",
77
],
8-
copts = ["-std=c++17"],
98
visibility = ["//visibility:public"],
109
deps = [
1110
"@com_google_protobuf//:protoc_lib",

0 commit comments

Comments
 (0)