New Version of Rust Speeds Compilation With Less Debugging Info By Default
The Rust team released a new version Thursday — Rust 1.69.0 — boasting over over 3,000 new commits from over 500 contributors. Phoronix highlights two new improvements: In order to speed-up compilation speeds, Rust 1.69 and moving forward debug information is no longer included in build scripts by default. Cargo will avoid emitting debug information in build scripts by default — leading to less informative backtraces in build scripts when problems arise, but faster build speeds by default. Those wanting the debug information emitted can now set the debug flag in their Cargo.toml configuration. The Cargo build shipped by Rust 1.69 is also now capable of suggesting fixes automatically for some of the generated warnings. Cargo will also suggest using "cargo fix" / "cargo clippy --fix" when it knows the errors can be automatically fixed.
from Slashdot https://ift.tt/gZ2LVvt
Read more of this story at Slashdot.
from Slashdot https://ift.tt/gZ2LVvt
0 Response to "New Version of Rust Speeds Compilation With Less Debugging Info By Default"
Post a Comment