Skip to content

Commit

Permalink
chore: use lld on aarch64-apple-darwin (denoland#13928)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Mar 13, 2022
1 parent 9d9e60b commit 34c9e16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -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"]
2 changes: 1 addition & 1 deletion third_party
Submodule third_party updated 0 files

0 comments on commit 34c9e16

Please sign in to comment.