How to compiler dlang code on Apple M1?

Steven Schveighoffer schveiguy at gmail.com
Tue Dec 13 15:21:41 UTC 2022


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



More information about the Digitalmars-d-learn mailing list