@nogc destroy

Guillaume Piolat first.last at gmail.com
Sat Jan 15 15:06:47 UTC 2022


On Saturday, 15 January 2022 at 13:21:20 UTC, Adam D Ruppe wrote:
> On Saturday, 15 January 2022 at 10:39:47 UTC, Guillaume Piolat 
> wrote:
>> We the annoying audio people, runtime can't be enabled 
>> reliably in shared libraries AFAIK for all platforms.
>
> It can be done on dmd on Windows but is a pain. On all the 
> other things, including ldc and gdc on Windows, it works well 
> now.

IIRC: The remaining problem is on Linux, we absolutely want a 
static runtime (because distribution of a shared runtime is a 
pain for consumer products), but the static runtime isn't built 
with -fPIC.


More information about the Digitalmars-d mailing list