zl

Results 2 issues of zl

**Describe the bug** 用FISCO仓库里的client-c编译生成的libkv_client.a在我测试程序里链接编译出现很多未定义错误 ![image](https://user-images.githubusercontent.com/9711474/177733893-d4b9b5b3-17b8-4242-8717-b6ee96360520.png) 这种如何解决呢,其中grpc是编译的动态库,我这边查看头文件和库目录都在cmakelist包含了。

Add compilation options such as:cmake -DENABLE_TESTS=ON .. This command causes compilation to fail,As mentioned in the pingcap Developer Forum, grpc is compiled with dynamic libraries. The old version of clien-c...