Re: Fastest linker on Mac OS X

2020-02-23 Thread Jacob Carlborg via Digitalmars-d-learn
On 2020-02-22 15:45, Per Nordlöw wrote: What's the fastest linker to use when building using dmd or ldc on Mac? There's only one linker that works properly, the official one, ld64. The LLVM LLD linker works in some cases but are missing some features. Some of the missing features are required

Fastest linker on Mac OS X

2020-02-22 Thread Per Nordlöw via Digitalmars-d-learn
What's the fastest linker to use when building using dmd or ldc on Mac? My application takes under 1 sec to compiler and 2-3 secs to link.