Open
Description
windows-gnullvm has support of dynamic crt which is controlled by crt-static
target feature
after 1.85.0 update in msys2 crt-static
is forced to true
(while it's still controllable by RUSTFLAGS though) to prevent confusions as gnullvm compiler can link libunwind.dll
dynamically
edit: fixed typo
edit(2025.05.25): we changed setting crt-static so it's actually static for gnullvm targets