cargo: Drop linker specification
No need to specify linker for a modern enough GCC.
This commit is contained in:
parent
470482dfc6
commit
4a7ed987d4
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||
|
||||
[build]
|
||||
|
|
Loading…
Reference in a new issue