feat: mold+clang when compiling
This commit is contained in:
parent
0d998c83fa
commit
12c2f9d1b3
3
.cargo/config.toml
Normal file
3
.cargo/config.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[target.x86_64-unknown-linux-gnu]
|
||||||
|
linker = "clang"
|
||||||
|
rustflags = ["-C", "link-arg=--ld-path=mold"]
|
Loading…
Reference in a new issue