aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.BUILD
diff options
context:
space:
mode:
authorGravatar Derek Murray <mrry@google.com>2016-08-24 08:42:08 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-08-24 09:48:12 -0700
commit66d1c0cbb9367d8a59c53ca8fef45b1546e26d9e (patch)
treec3c79b920b0b8c9257214e642ad04c4a87a0b805 /grpc.BUILD
parentd607d8ad3eac64496a62f90d0392cfdce7aad72e (diff)
Remove unnecessary compiler option from the grpc++_unsecure target.
This is no longer necessary because we manually delete the C99 source files from this target that appear in the upstream gRPC BUILD file. The gRPC issue for this problem is: https://github.com/grpc/grpc/issues/7851 Change: 131182216
Diffstat (limited to 'grpc.BUILD')
-rw-r--r--grpc.BUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/grpc.BUILD b/grpc.BUILD
index 7febe623d3..2579536b17 100644
--- a/grpc.BUILD
+++ b/grpc.BUILD
@@ -1763,9 +1763,6 @@ cc_library(
":gpr",
":grpc_unsecure",
],
- copts = [
- "-std=gnu99",
- ],
)