on Auto debloat unused `pub` items from dependencies. · c/rust · 1 pts · 1y@Doods I'm surprised you can gain that much with that already enabled!
on Auto debloat unused `pub` items from dependencies. · c/rust · 3 pts · 1y@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
on Bash Script to compile a single rust script, execute the binary and delete the binary · c/rust · 1 pts · 1y
on Rust has a HUGE supply chain security problem | Sylvain Kerkour | July 2, 2024 · c/rust · 1 pts · 2y
on Rust has a HUGE supply chain security problem | Sylvain Kerkour | July 2, 2024 · c/rust · 1 pts · 2y
on Rust has a HUGE supply chain security problem | Sylvain Kerkour | July 2, 2024 · c/rust · 0 pts · 2y
on Rust has a HUGE supply chain security problem | Sylvain Kerkour | July 2, 2024 · c/rust · 1 pts · 2y
on Rust has a HUGE supply chain security problem | Sylvain Kerkour | July 2, 2024 · c/rust · 1 pts · 2y
@CubeOfCheese YaMap (Yet Another Map App)
@Doods I'm surprised you can gain that much with that already enabled!
@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