Remove duplication of RUSTC_DEBUGINFO_MAP in rustc.rs
This commit is contained in:
parent
2d6f3fede0
commit
5abc4cd01c
1 changed files with 0 additions and 4 deletions
|
|
@ -164,10 +164,6 @@ fn main() {
|
|||
} else {
|
||||
cmd.arg("-C").arg(format!("debug-assertions={}", debug_assertions));
|
||||
}
|
||||
|
||||
if let Ok(map) = env::var("RUSTC_DEBUGINFO_MAP") {
|
||||
cmd.arg("--remap-path-prefix").arg(&map);
|
||||
}
|
||||
} else {
|
||||
// Override linker if necessary.
|
||||
if let Ok(host_linker) = env::var("RUSTC_HOST_LINKER") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue