From edbd6c674bbf84846777cdf2a5e4a464113e6621 Mon Sep 17 00:00:00 2001 From: Jer Date: Mon, 5 Feb 2024 07:01:36 +1100 Subject: [PATCH] Update config.toml remove duplicate mac configs --- .cargo/config.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 5993b53..93d0ffd 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -9,13 +9,6 @@ rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"] # NOTE: you must install [Mach-O LLD Port](https://lld.llvm.org/MachO/index.html) on mac. you can easily do this by installing llvm which includes lld with the "brew" package manager: # `brew install llvm` -[target.x86_64-apple-darwin] -rustflags = [ - "-C", - "link-arg=-fuse-ld=/usr/local/opt/llvm/bin/ld64.lld", - "-Zshare-generics=y", -] - [target.aarch64-apple-darwin] rustflags = [ "-C",