Does this mean that gRPC is always built with the static /MT flag? If not, what exactly does this message mean so I can have a better understanding of the implications.
I'm seeing segfaults and memory corruption in my app as soon as I try to make gRPC calls, so I'm chasing down a bunch of ideas. The other libs and the rest of the application is built with /MD, so I cannot link to a library built with /MT.