diff options
Diffstat (limited to 'test/cpp/util/BUILD')
-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"], ) |