hotfix: actually add .cargo

Former-commit-id: 6d7e9b27064974d46a1304942cecb154e83ec387
Former-commit-id: 45599e1d3701183866e710c47a346090c0ba29c8
This commit is contained in:
Muhammad Nauman Raza 2024-03-22 20:53:48 +00:00
parent c579734081
commit f8ce59e129

6
.cargo/config.toml Normal file
View file

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