build(cargo): don't use mold

This commit is contained in:
Rudxain 2025-07-04 14:58:22 -04:00
commit b86bb3cf69
No known key found for this signature in database
GPG key ID: 0DAC837DDEF8E96C

View file

@ -1,6 +1,2 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]