librashader icon indicating copy to clipboard operation
librashader copied to clipboard

Possible to allow msvcrtd linking for static builds in debug mode?

Open star69rem opened this issue 6 months ago • 7 comments

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.

star69rem avatar Aug 28 '24 12:08 star69rem