Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
remove duplicate mac configs
  • Loading branch information
alphastrata authored Feb 4, 2024
1 parent fe3e2d6 commit edbd6c6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit edbd6c6

Please sign in to comment.