aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-21 15:25:54 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-21 15:25:54 -0800
commit826505cc8f71464787d081f6960777e3cca2e7d3 (patch)
tree50f10185b4855d4a526e99725595ac5f185c502b /BUILD
parentedc87ecad18d1d85167bbf2662cec5accd475d9c (diff)
parentff6242b40181ab5ed857e9cc9e759e5ee7c09b50 (diff)
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 2980bb7dc5..2e0b129104 100644
--- a/BUILD
+++ b/BUILD
@@ -444,6 +444,9 @@ cc_library(
"//external:zlib",
":gpr",
],
+ copts = [
+ "-std=gnu99",
+ ],
)
@@ -716,6 +719,9 @@ cc_library(
deps = [
":gpr",
],
+ copts = [
+ "-std=gnu99",
+ ],
)