Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/doc/src/guide/build-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Common locations to override defaults are:
- [`$CARGO_HOME/.cargo/config.toml` configuration file](../reference/config.md)
- For a developer to control the defaults for their development

You can use third-party tools like [cargo-wizard](https://crates.io/crates/cargo-wizard) to automatically configure options optimized for build performance in your project.

### Reduce amount of generated debug information

Recommendation: Add to your `Cargo.toml` or `.cargo/config.toml`:
Expand Down