-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
# .cargo/config.toml
[target.x86_64-apple-darwin]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/opt/homebrew/bin/mold"]
[target.aarch64-apple-darwin]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/opt/homebrew/bin/mold"]
```
```bash
brew install mold
```Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels