Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpcio-tools build uses /MT instead of /MD #392

Open
h-vetinari opened this issue Dec 31, 2024 · 0 comments
Open

grpcio-tools build uses /MT instead of /MD #392

h-vetinari opened this issue Dec 31, 2024 · 0 comments

Comments

@h-vetinari
Copy link
Member

This is a bit similar to #385, in the sense that it's also due to us not building grpcio-tools from source. In the logs I see

cl : Command line warning D9025 : overriding '/MD' with '/MT'

We're already fixing this for grpcio, but not yet for grpcio-tools:

- # We need to statically link the C++ Runtime, only the C runtime is
- # available dynamically
- EXTRA_ENV_COMPILE_ARGS += " /MT"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant