https://www.rust-lang.org/en-US/faq.html#why-do-rust-programs-have-larger-binary-sizes-than-C-programs:
An alternative optimization level (called s or z) has recently landed and tells the compiler to optimize for size rather than performance.
That “recent” was almost a year and a half ago. Presuming it’s been stable since then (I haven’t investigated deeply and am going to bed right now), I think it’s time to reword it.
https://www.rust-lang.org/en-US/faq.html#why-do-rust-programs-have-larger-binary-sizes-than-C-programs:
That “recent” was almost a year and a half ago. Presuming it’s been stable since then (I haven’t investigated deeply and am going to bed right now), I think it’s time to reword it.