https://bugzilla.redhat.com/show_bug.cgi?id=1356907 Demi Marie Obenour <demetriobenour@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |demetriobenour@xxxxxxxxx --- Comment #15 from Demi Marie Obenour <demetriobenour@xxxxxxxxx> --- Note that Rust statically links by default for good reason: there is absolutely no binary compatibility, since generic Rust code is always compiled as part of whatever code instantiates the generic. So I would strongly recommend dynamically linking the compiler (only) and statically linking everything else – any changes to one component will require transitive recompilation of dependencies anyway. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx