cargo: Drop linker specification

No need to specify linker for a modern enough GCC.
This commit is contained in:
Sanchayan Maity 2024-12-24 15:11:41 +05:30
parent 470482dfc6
commit 4a7ed987d4
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -1,5 +1,4 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
[build]