feat: mold+clang when compiling

This commit is contained in:
Muhammad Nauman Raza 2024-03-21 22:00:35 +00:00
parent 4ea464b7fb
commit 2cf7fba99f

3
.cargo/config.toml Normal file
View file

@ -0,0 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=--ld-path=mold"]