summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-03-13 22:05:02 +0530
committerGitHub <noreply@github.com>2022-03-13 22:05:02 +0530
commit34c9e160992acf77f873691b3bbfb3e5e07c63d1 (patch)
tree5af581621c30b6bde2bc2bce87b6b10356a5158c
parent9d9e60b694888ffc20def928ffcd4da11da8be62 (diff)
chore: use lld on aarch64-apple-darwin (#13928)
-rw-r--r--.cargo/config3
m---------third_party0
2 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config
index ac2b23f81..bb3ca44df 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -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"]
diff --git a/third_party b/third_party
-Subproject d245e127ccad1bd9312310520b4dbcda1a9a5fe
+Subproject 05e185970960ad6fc5f10f10dfe9ea3568a21bc