mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
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.
This commit is contained in:
commit
2c28244cf0
@ -453,8 +453,7 @@
|
|||||||
# instead of LLVM's default of 100.
|
# instead of LLVM's default of 100.
|
||||||
#thin-lto-import-instr-limit = 100
|
#thin-lto-import-instr-limit = 100
|
||||||
|
|
||||||
# Map all debuginfo paths for libstd and crates to `/rust/$sha/$crate/...`,
|
# Map debuginfo paths to `/rust/$sha/...`, generally only set for releases
|
||||||
# generally only set for releases
|
|
||||||
#remap-debuginfo = false
|
#remap-debuginfo = false
|
||||||
|
|
||||||
# Link the compiler against `jemalloc`, where on Linux and OSX it should
|
# Link the compiler against `jemalloc`, where on Linux and OSX it should
|
||||||
|
Loading…
Reference in New Issue
Block a user