pouet.chapril.org est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Chapril https://www.chapril.org est un projet de l'April https://www.april.org

Administré par :

Statistiques du serveur :

1,1K
comptes actifs

@Doods are you using `release` ? If you want the best dead-code elimination, you can also enable Link time optimisations (LTO): doc.rust-lang.org/cargo/refere

doc.rust-lang.orgProfiles - The Cargo Book

Yes, I am using both LTO and release mode, I can show you:

[profile.release]
opt-level = 3
codegen-units = 1
panic = "abort"
strip = true
lto = true

cargo build --release

Soso

@Doods I'm surprised you can gain that much with that already enabled!

Should I bring it up to ‘min-sized-rust’ working group or the forums or something?

@sgued @Doods really makes me wonder how much smaller binaries can be if this is the case currently...