@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
sgued
joined 3 years 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!