cargo-bloat icon indicating copy to clipboard operation
cargo-bloat copied to clipboard

Detect `strip = true` in Cargo.toml

Open RazrFalcon opened this issue 2 years ago • 2 comments

We should detect it early, otherwise a caller will get a confusing error, since strip will remove all function names, which we need.

RazrFalcon avatar Jun 14 '22 19:06 RazrFalcon

I actually just ran into this very problem, wanting to report a bug I found this one.

SirVer avatar Aug 04 '22 19:08 SirVer

May be it could be specified in the readme, avoiding some digging in the issues.

qkzk avatar Feb 18 '23 20:02 qkzk