On 12/13/22 10:20 AM, Steven Schveighoffer wrote: > Yeah, that's a known issue: > https://github.com/ldc-developers/ldc/issues/3864 > > Try building with `-b plain` to avoid the debug build Oh, also, I have MACOSX_DEPLOYMENT_TARGET=11 in my environment, that helps to avoid it as well. -Steve