mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
Update rustc to 3/6 nightly.
This commit is contained in:
parent
ecb4f4225a
commit
af5a17f94b
3 changed files with 4 additions and 4 deletions
|
@ -645,7 +645,7 @@ class MachCommands(CommandBase):
|
|||
# https://internals.rust-lang.org/t/exploring-crate-graph-build-times-with-cargo-build-ztimings/10975
|
||||
# Prepend so that e.g. `-Ztimings` (which means `-Ztimings=info,html`)
|
||||
# given on the command line can override it
|
||||
opts = ["-Ztimings=info"] + opts
|
||||
opts = ["--timings"] + opts
|
||||
|
||||
if very_verbose:
|
||||
print(["Calling", "cargo", "build"] + opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue