On Thursday, 30 August 2018 at 19:41:38 UTC, Nordlöw wrote:
I'm using the tar.xz for x64 Linux. Ok?

You're explicitly adding `-link-internally` in your top-level dub.sdl:

dflags "-link-internally" platform="linux-ldc" # use GNU gold linker

If you want to go with gold, as your comment suggests, you'd use `-linker=gold` instead. For more context wrt. `-link-internally` clumsiness on non-Windows, see https://github.com/ldc-developers/ldc/issues/2717.

Reply via email to