Cannot make sense of LLD linker error with ldc 1.11.0

Radu void at null.pt
Thu Aug 30 15:31:21 UTC 2018


On Thursday, 30 August 2018 at 13:36:58 UTC, Per Nordlöw wrote:
> Recently the benchmark
>
> https://github.com/nordlow/phobos-next/tree/master/benchmarks/containers/dub.sdl
>
> [...]

There is a way to specify the linker to be used
```
-linker=<lld-link|lld|gold|bfd|...>           - Linker to use
```


More information about the Digitalmars-d-learn mailing list