diff --git a/.cargo/config.toml b/.cargo/config.toml index 65dd5780..0a23a07b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -9,8 +9,8 @@ rustflags = ["-C", "link-arg=-fuse-ld=lld"] rustflags = ["-C", "link-arg=-fuse-ld=lld"] [target.x86_64-apple-darwin] -rustflags = ["-C", "link-arg=-fuse-ld=lld"] +rustflags = ["-C", "link-arg=-fuse-ld=ld"] [target.x86_64h-apple-darwin] -rustflags = ["-C", "link-arg=-fuse-ld=lld"] +rustflags = ["-C", "link-arg=-fuse-ld=ld"] [target.aarch64-apple-darwin] -rustflags = ["-C", "link-arg=-fuse-ld=lld"] +rustflags = ["-C", "link-arg=-fuse-ld=ld"]