Hi,
I built gRPC c++ libraries on Redhat 10.8 with gcc 13. The size of resulting libgrpc.a is almost 398M, while libgrpc.a from older version 1.38 (built on Redhat 7 with gcc9) is only 9M.
Such big sized libgrpc.a gets built even with turning off the support for other languages (PHP, Node, ObjectC, etc ) in CMakeLists.txt when building 1.65.2.
Is it expected ? How can I cut down the size static library libgrpc.a ?
Thanks,
Frank