Skip to content

Commit dae5486

Browse files
committed
docs(guide): When suggesting alt dev profile, link to related issue
Having sections in the build performance chapter link out to their issues is helpful for: - giving hope that things will improve - providing a place for people to subscribe to for updates - raise visibility for ensuring we get appropriaet feedback (e.g. on degrading the debugger experience) Noticed this was missing while writing up about this new chapter on the blog post.
1 parent 5c03433 commit dae5486

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/src/guide/build-performance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ This will:
4545
- Avoid generating any debug information for dependencies
4646
- Provide an opt-in for when debugging via [`--profile debugging`](../reference/profiles.md#custom-profiles)
4747

48+
> **Note:** re-evaluating the `dev` profile is being tracked in [#15931](https://github.com/rust-lang/cargo/issues/15931).
49+
4850
Trade-offs:
4951
- ✅ Faster code generation (`cargo build`)
5052
- ✅ Faster link times

0 commit comments

Comments
 (0)