Skip to content

Mold #18

@dandxy89

Description

@dandxy89
# .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
```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions