feat: mold+clang when compiling

This commit is contained in:
Muhammad Nauman Raza 2024-03-21 22:00:35 +00:00
parent b9f243bab7
commit ba8e07e0d3

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"]