Skip to content

Commit f781bad

Browse files
xaskiinnethercote
authored andcommitted
Update profiling.md
1 parent 15982ab commit f781bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Rust standard library are not built with debug info.
7474

7575
The most reliable way around this is to build your own version of the compiler
7676
and standard library, following [these instructions], and adding the following
77-
lines to the `config.toml` file:
77+
lines to a `bootstrap.toml` file in the repository root:
7878
```toml
7979
[rust]
8080
debuginfo-level = 1

0 commit comments

Comments
 (0)