1
0
Fork 0
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:
Divy Srivastava 2022-03-13 22:05:02 +05:30 committed by GitHub
parent 9d9e60b694
commit 34c9e16099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -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