diff options
| -rw-r--r-- | config.toml.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.toml.example b/config.toml.example index 01952b21ba4..7b1fee7b24e 100644 --- a/config.toml.example +++ b/config.toml.example @@ -453,8 +453,7 @@ # instead of LLVM's default of 100. #thin-lto-import-instr-limit = 100 -# Map all debuginfo paths for libstd and crates to `/rust/$sha/$crate/...`, -# generally only set for releases +# Map debuginfo paths to `/rust/$sha/...`, generally only set for releases #remap-debuginfo = false # Link the compiler against `jemalloc`, where on Linux and OSX it should |
