Commit Graph

2 Commits

Author SHA1 Message Date
OscarL
39211e8227 mold: disable parallel build. (#13191)
Triggers out-of-mem errors too easily.
2025-11-10 00:10:56 -03:00
OscarL
335e531922 mold: new recipe. (#13182)
Seems to work OK so far (tested it using `-fuse-ld=mold`) on x86_64.

My quick tests at (repeatedly) re-linking Pe, for example, show timings
like these:

- ld: 2.7 to 3 seconds (Pe binary size: 1.32 MiB).
- mold: 1.7 to 2 seconds (Pe binary size: 1.5 MiB).
2025-11-09 08:15:13 -03:00