Skip to content

Commit

Permalink
Clarify what the cargo-binutils is doing (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzm3r authored Jul 7, 2023
1 parent cbea037 commit dbdd9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/learn/book/getting-started/setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Bevy can be built just fine using default configuration on stable Rust. However
* **LLD linker**: The Rust compiler spends a lot of time in the "link" step. LLD is _much faster_ at linking than the default Rust linker. To install LLD, find your OS below and run the given command:
* **Ubuntu**: `sudo apt-get install lld`
* **Arch**: `sudo pacman -S lld`
* **Windows**: Ensure you have the latest [cargo-binutils](https://github.com/rust-embedded/cargo-binutils)
* **Windows**: Ensure you have the latest [cargo-binutils](https://github.com/rust-embedded/cargo-binutils) as this lets commands like `cargo run` use the LLD linker automatically.
```sh
cargo install -f cargo-binutils
Expand Down

0 comments on commit dbdd9b1

Please sign in to comment.