digitalmars.D.learn - Fastest linker on Mac OS X
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (3/3) Feb 22 2020 What's the fastest linker to use when building using dmd or ldc
- Jacob Carlborg (6/7) Feb 23 2020 There's only one linker that works properly, the official one, ld64. The...
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.
Feb 22 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
Feb 23 2020