I replied to the following: ↷

Rust tips (@rust@octodon.social)

The size of Cargo's target dir can be huge. This is mostly due to excessively verbose debug info for dependencies. You can cut most of it out with this Cargo.toml config:```[profile.dev]debug = 1 # less precise locations[profile.dev.package."*"]debug = false # no debug symbols for depsopt-level = 2 # makes their code smaller too```#Rustlang
bythe Octodon archived copycurrent

Can this be done on a global basis? Not just per-project?

Engagement is powered by Webmentions — a premier standard of the Web to let other sites know you've mentioned them. Learn how to reply from your own site. or from a supported silo Aaron has an interactive post about this. If you've mentioned this URL via another one, use the form below to submit it.

If you don't currently own your replies, then you can click below to do so.

I currently aim to own my comments and plan to eventually show those I've received once I finish Lighthouse.