diff --git a/src/doc/src/guide/build-performance.md b/src/doc/src/guide/build-performance.md index 8d7ac5481b2..9afd31031a3 100644 --- a/src/doc/src/guide/build-performance.md +++ b/src/doc/src/guide/build-performance.md @@ -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