For some projects on Windows I want to build against dynamic vcredist for release builds, but for debug builds I want to link the CRT statically. I've been searching around to determine if this is possible using the project's .cargo/config.toml
, and from what I've gathered it isn't? Others have asked for this since a few years back, but I have not found any mention that this has been made possible lately.
Is this correct?