mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 03:32:30 -08:00
use lld on windows
This commit is contained in:
parent
f64158d577
commit
158257cd44
1 changed files with 3 additions and 0 deletions
3
.cargo/config.toml
Normal file
3
.cargo/config.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[target.x86_64-pc-windows-msvc]
|
||||||
|
linker = "ld.lld.exe"
|
||||||
|
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
Loading…
Add table
Reference in a new issue