https://bugzilla.redhat.com/show_bug.cgi?id=1356907
Demi Marie Obenour <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #15 from Demi Marie Obenour <[email protected]> --- 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 [email protected] https://lists.fedoraproject.org/admin/lists/[email protected]
