Skip to content

Commit

Permalink
Merge pull request #1170 from mominul/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rui314 committed Aug 27, 2024
2 parents ed4cae9 + f05e32d commit ed617fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ may be able to remove the `linker = "clang"` line.

```toml
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-arg=-fuse-ld=/path/to/mold"]
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
```

If you want to use mold for all projects, add the above snippet to
Expand Down

0 comments on commit ed617fe

Please sign in to comment.