From 2a83b97c092dfbd20c1e9ff4e31717d412b801e4 Mon Sep 17 00:00:00 2001 From: Xavi Simpson Date: Sat, 2 Aug 2025 12:46:50 -0400 Subject: [PATCH] Update profiling.md --- src/profiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profiling.md b/src/profiling.md index 3995585..acb4dd9 100644 --- a/src/profiling.md +++ b/src/profiling.md @@ -74,7 +74,7 @@ Rust standard library are not built with debug info. The most reliable way around this is to build your own version of the compiler and standard library, following [these instructions], and adding the following -lines to the `config.toml` file: +lines to a `bootstrap.toml` file in the repository root: ```toml [rust] debuginfo-level = 1