https://bugzilla.redhat.com/show_bug.cgi?id=1356907

Demi Marie Obenour <demetrioben...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |demetrioben...@gmail.com



--- Comment #15 from Demi Marie Obenour <demetrioben...@gmail.com> ---
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@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org

Reply via email to