diff options
| author | bors <bors@rust-lang.org> | 2020-07-28 09:02:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-07-28 09:02:32 +0000 |
| commit | 2c28244cf0fc9868f55070e55b8f332d196eaf3f (patch) | |
| tree | 57869c5c4cac6e7cfba9921fd5a425ac53afbd7e | |
| parent | 1f5d69daccd1f04e42886d9aaf513f2691132d17 (diff) | |
| parent | 1f25a4b3ae87327f045fbfec82b5af4c8da6ecd6 (diff) | |
| download | rust-2c28244cf0fc9868f55070e55b8f332d196eaf3f.tar.gz rust-2c28244cf0fc9868f55070e55b8f332d196eaf3f.zip | |
Auto merge of #74796 - infinity0:master, r=nikomatsakis
config.toml.example: Update remap-debuginfo doc to be more general & accurate This makes it more obvious that the work-around to #74786 is actually correct, and a custom `--remap-path-prefix` isn't needed. In fact the previous comment `/rustc/$hash/$crate` was wrong, it is not `$crate` but whatever path exists in the rustc source tree, so either `src/$crate` or `vendor/$crate`. I've fixed that as well to avoid future confusion.
| -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 |
