How to compiler dlang code on Apple M1?
Sergey
kornburn at yandex.ru
Wed Dec 14 23:57:18 UTC 2022
On Tuesday, 13 December 2022 at 15:21:41 UTC, Steven
Schveighoffer wrote:
> 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
This export solves the issue (at least for me). Thanks Steven!
More information about the Digitalmars-d-learn
mailing list