cargo: remove mold and clang linkers
Former-commit-id: 4df5327c6a36200284e208c33c1eac199e7871e6 Former-commit-id: df14cc0ca7de538538339d74d6b8cb77e874767a
This commit is contained in:
parent
36c219a444
commit
fc76d0e048
|
@ -1,6 +1,2 @@
|
|||
[build]
|
||||
rustflags = ["-C", "target-cpu=native"]
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||
|
|
Reference in a new issue