diff options
author | David G. Quintas <dgq@google.com> | 2017-07-19 11:30:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-19 11:30:49 -0700 |
commit | 6bc22ff61d83f51e69180a2dd66a252952ebdf46 (patch) | |
tree | de03ab8ac19e2b0e7b5b4010c03fe69fe45c7ff9 /BUILD | |
parent | 19617bb7eb7e2cf339520d6ce6a841b873586e2d (diff) | |
parent | 13213419f6381625a9d41622b94a31a91c0fc9c0 (diff) |
Merge pull request #11519 from iancoolidge/devel-reflection
alwayslink=1 for reflection plugin
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1543,6 +1543,7 @@ grpc_cc_library( ":grpc++", "//src/proto/grpc/reflection/v1alpha:reflection_proto", ], + alwayslink = 1, ) grpc_cc_library( |