You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What
We don't want users to have to install the Visual C++ Redistributable to
use the ndc-postgres CLI plugin.
### How
We can instruct `rustc` to link statically with the C runtime with the
`-C target-feature=+crt-static` flag. See [RFC
1721](https://github.com/rust-lang/rfcs/blob/master/text/1721-crt-static.md)
for details.
0 commit comments