Description
mold is a faster drop-in replacement for existing Unix linkers. It is several times faster than LLVM lld linker. mold is created for increasing developer productivity by reducing build time, especially in rapid debug-edit-rebuild cycles.
Upstream project is https://github.com/rui314/mold
Fedora packaging code at https://github.com/ktdreyer/mold-rpm
Installation Instructions
Enable this Copr repo, then yum install mold
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 8 | aarch64 (20)*, ppc64le (18)*, x86_64 (27)* | EPEL 8 (70 downloads) |
Fedora 39 | aarch64 (3)*, ppc64le (4)*, x86_64 (0)* | Fedora 39 (40 downloads) |
Fedora 40 | aarch64 (3)*, ppc64le (4)*, x86_64 (0)* | Fedora 40 (32 downloads) |
Fedora 41 | aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 41 (12 downloads) |
Fedora rawhide | aarch64 (19)*, ppc64le (16)*, x86_64 (16)* | Fedora rawhide (85 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable ktdreyer/mold
More info about enabling Copr repositories