February 22, 2020
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.
February 23, 2020
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 by LDC, for example.

-- 
/Jacob Carlborg