Profile & target-dependent config

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?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.