librashader
librashader copied to clipboard
Possible to allow msvcrtd linking for static builds in debug mode?
The latest version of Librashader is very nice. It's much easier to compile static release builds now. I'm wondering if anything has changed where it might be possible to allow for debug static builds now. See https://github.com/rust-lang/rust/pull/122268 and https://github.com/rust-lang/rust/issues/39016 for reference.
Currently when you build librashader in debug mode, it still links msvcrt in release mode I think.