Stop manually specifying linkage type
This is not a very common thing to do, and in particular can cause trouble when building against MUSL in an Alpine environment where the logic can force the compiler to dynamically link to the system install which is not compatible with a static CRT. There's some risk that this will cause breakage, so we'll have to see how things go.
Loading
Please register or sign in to comment