mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 05:32:09 +03:00
build(cargo): Use lld
for windows-x64 (#3683)
This commit is contained in:
parent
c663ced4de
commit
82914d4edf
@ -49,7 +49,11 @@ rustflags = [
|
||||
"new-llvm-pass-manager=no",
|
||||
]
|
||||
|
||||
[target.x86_64-pc-windows-msvc]
|
||||
linker = "rust-lld"
|
||||
|
||||
[target.aarch64-pc-windows-msvc]
|
||||
linker = "rust-lld"
|
||||
rustflags = [
|
||||
"-Z",
|
||||
"new-llvm-pass-manager=no",
|
||||
|
Loading…
Reference in New Issue
Block a user