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 @@ -45,6 +45,8 @@ This will:
- Avoid generating any debug information for dependencies
- Provide an opt-in for when debugging via [`--profile debugging`](../reference/profiles.md#custom-profiles)

> **Note:** re-evaluating the `dev` profile is being tracked in [#15931](https://github.com/rust-lang/cargo/issues/15931).

Trade-offs:
- ✅ Faster code generation (`cargo build`)
- ✅ Faster link times
Expand Down
Loading