this post was submitted on 24 Jan 2024
90 points (97.9% liked)
Rust
5346 readers
1 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is the sentence that tripped me up. But on rereading I'm assuming the debug profile does enable this.
Yeah, definitely :)
The default dev profile is defined as:
You can find more information in the cargo book page on profiles
I knew I had to be missing something. Thanks for the insight mate.