August 08, 2023
https://issues.dlang.org/show_bug.cgi?id=24076

Gavin Zhao <me@gzgz.dev> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Gavin Zhao <me@gzgz.dev> ---
So the trick is to simply to unset the C library runtime (`-mscrt=`). I think maybe DMD hardcodes C library runtime name inside its object file. Sorry for the noise!

--