[Issue 24299] The dmd's command line option "-run" should prefer dynamic linking with the Phobos library by default

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 23 20:23:26 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=24299

Adam D. Ruppe <destructionator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator at gmail.com

--- Comment #3 from Adam D. Ruppe <destructionator at gmail.com> ---
I think this is actually a pretty good idea. My reservation with dynamic
linking in general is that it makes long term functionality and distribution
harder; you have a larger sum of data to transfer and have the added difficulty
of keeping versions in sync.

But indeed, as you say with -run, you aren't keeping it long-term anyway, so it
seems there's no downside to it.

--


More information about the Digitalmars-d-bugs mailing list