We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RUSTC_DEBUGINFO_MAP
1 parent 2d6f3fe commit 5abc4cdCopy full SHA for 5abc4cd
src/bootstrap/bin/rustc.rs
@@ -164,10 +164,6 @@ fn main() {
164
} else {
165
cmd.arg("-C").arg(format!("debug-assertions={}", debug_assertions));
166
}
167
-
168
- if let Ok(map) = env::var("RUSTC_DEBUGINFO_MAP") {
169
- cmd.arg("--remap-path-prefix").arg(&map);
170
- }
171
172
// Override linker if necessary.
173
if let Ok(host_linker) = env::var("RUSTC_HOST_LINKER") {
0 commit comments