Skip to content

Commit

Permalink
Add -std=gnu99 build flag to the gRPC++ build target to unbreak Tenso…
Browse files Browse the repository at this point in the history
…rFlow Serving. We can remove it when grpc/grpc#7851 is fixed and incorportated into TensorFlow.

Change: 133193927
  • Loading branch information
kirilg authored and tensorflower-gardener committed Sep 15, 2016
1 parent 6b104af commit 6abf932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grpc.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,9 @@ cc_library(
":grpc",
":gpr",
],
copts = [
"-std=gnu99",
],
)


Expand Down

0 comments on commit 6abf932

Please sign in to comment.