"So I'm messing with usb-device..." <- > <@larunite:matrix.org> So I'm messing with usb-device and its kind... Adding a call to `::poll()` in my main loop bloats the flash by 80K :o I've added > > ``` > [profile.dev.package."*"] # + > opt-level = "z" # + > ``` > > to cargo.toml with no joy If I do `[profile.dev]` instead, the binary drops back down by 80K... So have I done something wrong trying to optimise deps?