thejinchao / turbolink

TurboLink is an unreal engine plugin enables Google gRPC work with Unreal Engine using C++ and Blueprint
MIT License
129 stars 32 forks source link

reducing libraries size #22

Open 6r0m opened 10 months ago

6r0m commented 10 months ago

1) there are some libraries that are not using in the build.cs (grpc++_alts, grpc++_reflection etc.) 2) also some linked by the build.cs could be deleted (from abseil group) without further build problems 3) re2 library could be pickup from EngineThirdParty 4) if make build from Linux, sizes of libraries significantly reduces: grpc - 150 -> 64 protobuf - 70 -> 24 abseil - 14 -> 5

thejinchao commented 9 months ago

great idea, thanks