Remove -Zprofile-queries
This commit is contained in:
parent
032a53a06c
commit
e85089b63a
14 changed files with 11 additions and 771 deletions
|
|
@ -1527,7 +1527,7 @@ fn add_upstream_rust_crates<'a, B: ArchiveBuilder<'a>>(
|
|||
let name = cratepath.file_name().unwrap().to_str().unwrap();
|
||||
let name = &name[3..name.len() - 5]; // chop off lib/.rlib
|
||||
|
||||
time_ext(sess.time_extended(), Some(sess), &format!("altering {}.rlib", name), || {
|
||||
time_ext(sess.time_extended(), &format!("altering {}.rlib", name), || {
|
||||
let mut archive = <B as ArchiveBuilder>::new(sess, &dst, Some(cratepath));
|
||||
archive.update_symbols();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue