I compiled grpc from source using a cross-compilation toolchain, then built 
the example/helloworld project and found that the greeter_client executable 
size is 16MB. After stripping the symbol table and debug information from 
the executable, the size remains 11MB. I observed that the build process 
links against libgrpc++ and numerous absl libraries. Even after removing 
absl headers and functions from greeter_client.cc, the build still requires 
linking against absl during compilation. Can libgrpc++ be decoupled from 
absl?


-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/grpc-io/b178f5f0-fcea-4217-9e32-6eeaf3d00ef0n%40googlegroups.com.

Reply via email to