client-c icon indicating copy to clipboard operation
client-c copied to clipboard

Add compilation options -DENABLE_TESTS=ON cause project compile fail

Open zzl133 opened this issue 3 years ago • 0 comments

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 can be compiled and used temporarily, but the latest version cannot. Moreover, we recommend using static libraries.Please fix it as soon as possible. Thank you

zzl133 avatar Jul 06 '22 02:07 zzl133