Soso@pouet.chapril.orgtoRust@programming.dev•Auto debloat unused `pub` items from dependencies.
3·
12 days ago@Doods are you using release
? If you want the best dead-code elimination, you can also enable Link time optimisations (LTO): https://doc.rust-lang.org/cargo/reference/profiles.html#lto
@Doods I’m surprised you can gain that much with that already enabled!