this post was submitted on 24 Jan 2024
91 points (97.9% liked)

Rust

7158 readers
21 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
 

Upto 90% for hellworld

you are viewing a single comment's thread
view the rest of the comments
[–] Lmaydev@programming.dev 6 points 1 year ago (8 children)

So debug builds now strip it by default as well?

[–] robinm@programming.dev 9 points 1 year ago (7 children)

It's also what I understood from what I read but I assume it was just a poor choice of word. Debug symbols are way too important for debugging to be stripped by default.

[–] Lmaydev@programming.dev 5 points 1 year ago (1 children)

In fact, this new default will be used for any profile which does not enable debuginfo anywhere in its dependency chain, not just for the release profile.

On reflection I imagine the debug profile does enable this

[–] robinm@programming.dev 4 points 1 year ago

Yeah, this make sence

load more comments (5 replies)
load more comments (5 replies)