From 6531ccddaba9623a353e65098e286e9148b878c6 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Mon, 8 Jun 2020 10:09:03 -0700 Subject: [PATCH] remove lld linker config from macos --- .cargo/config_fast_builds | 1 - 1 file changed, 1 deletion(-) diff --git a/.cargo/config_fast_builds b/.cargo/config_fast_builds index 7d402f9325..fa492453fa 100644 --- a/.cargo/config_fast_builds +++ b/.cargo/config_fast_builds @@ -8,7 +8,6 @@ linker = "/usr/bin/clang" rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"] [target.x86_64-apple-darwin] -linker = "/usr/bin/clang" rustflags = ["-Zshare-generics=y"] # NOTE: you must manually install lld on windows. you can easily do this with the "scoop" package manager: