mirror of https://github.com/grpc/grpc.git
[Ruby] remove objs and strip libs in ruby extension build (#33596)
Remove `src/ruby/ext/grpc/objs/` and strip `src/ruby/ext/grpc/libs/` in ruby build dir to save some space. This can reduce the grpc gem size from more than 1G to about 70~80M. This only affects opt build, dbg build remains the same. A proper fix maybe use the same makefile to build c-core and the extension rather than building c-core when generating the extension makefile. fixes: https://github.com/grpc/grpc/issues/33412pull/33479/head^2
parent
dc5c99c9b4
commit
f7b1ed8287
1 changed files with 14 additions and 3 deletions
Loading…
Reference in new issue