-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examine why some lib release are so big #46
Comments
Yea Windows is missing everything in grpc-lib on Releases. On Linux, it's including all the .o files and o.d files, it should mainly include header files and library files and skip docs, .o files and any non-required files for linking. -rw-r--r-- 0 runner docker 1133864 Apr 16 01:53 grpc/bin/CMakeFiles/grpc++_unsecure.dir/src/cpp/client/client_context.cc.o |
New releases excludes these files. For |
rocksdb, is like 1.7G, and Boost is only 500m (header only).
But grpc-lib is a whopping 5.07GB on OSX and 9GB on Linux.
Somethings not right there. Maybe we are including the .obj files?
The text was updated successfully, but these errors were encountered: