diff options
author | Vijay Pai <vpai@google.com> | 2017-07-28 15:08:24 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2017-07-30 23:53:27 -0700 |
commit | 4280725bb35f71a8b402f08ccd69ca85e0deb05e (patch) | |
tree | 5528d9872721b0fd73242b490ac2a0b4f7c13204 /test | |
parent | e5cd1765ffbdaf2badff71ecee5f464a2a924f72 (diff) |
Clean up grpc++_unsecure so that it doesn't require secure content anymore
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/util/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD index 33240f6f69..c9b0d6c1df 100644 --- a/test/cpp/util/BUILD +++ b/test/cpp/util/BUILD @@ -30,6 +30,7 @@ grpc_cc_binary( name = "testso.so", srcs = [], linkshared = 1, + linkopts = ['-Wl,--no-undefined'], deps = ["//:grpc++_unsecure"], ) |