cargo: remove mold and clang linkers

Former-commit-id: 4df5327c6a36200284e208c33c1eac199e7871e6
Former-commit-id: df14cc0ca7de538538339d74d6b8cb77e874767a
This commit is contained in:
Muhammad Nauman Raza 2024-03-22 23:30:17 +00:00
parent 36c219a444
commit fc76d0e048

View file

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