macOS Sonoma Linker Issue
Julian Fondren
julian.fondren at gmail.com
Thu Dec 21 22:25:16 UTC 2023
On Thursday, 21 December 2023 at 22:19:07 UTC, Renato wrote:
> LDC is slow and makes huge multi-MB binaries (is that normal?).
> DMD seemed much better to me.
>
> But at least LDC works :) so will use that for now.
On my setup ldc generates small binaries and dmd generates huge
ones. The difference is about dynamically linking Phobos or not.
Try ldc with --link-defaultlib-shared
More information about the Digitalmars-d-learn
mailing list