Building a rust rocket server for ECM. Need to statically link glibc as it does not have one, using cdlibgen for build to use in another C program
I am trying to build a Rocket rust server which links with another C server. I use cdlibgen for building in cargo . i need to statically link glibc as the target does not have one.