Hi There,
I build the gprc in C++ and occupied 3.6GB space.
I want to build server and client only. Is it possible to reduce the size? We are trying to use linux board which will have only 1GB of free space.
I followed below line to build the gPRC.
cmake -DgRPC_INSTALL=ON \
-DgRPC_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=$MY_INSTALL_DIR \
../..
Thanks
Ganesh