mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: use lld on aarch64-apple-darwin (#13928)
This commit is contained in:
parent
9d9e60b694
commit
34c9e16099
2 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
[target.x86_64-pc-windows-msvc]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
[target.aarch64-apple-darwin]
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d245e127ccad1bd9312310520b4dbcda1a9a5fe0
|
||||
Subproject commit 05e185970960ad6fc5f10f10dfe9ea3568a21bc7
|
Loading…
Reference in a new issue