@GeoffWozniak
Yeah, debugging optimized code sucks.
I've never done this myself, but I've heard you can not optimize your own code, but you can optimize all other packages (that you are hopefully not debugging) for size. https://doc.rust-lang.org/cargo/reference/profiles.html#overrides
@vertigo @yrabbit