hotfix: actually add .cargo
Former-commit-id: 6d7e9b27064974d46a1304942cecb154e83ec387 Former-commit-id: 45599e1d3701183866e710c47a346090c0ba29c8
This commit is contained in:
parent
c579734081
commit
f8ce59e129
6
.cargo/config.toml
Normal file
6
.cargo/config.toml
Normal 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"]
|
Reference in a new issue