DMD release compiler flags when building with LDC

Seb seb at wilzba.ch
Wed Oct 23 11:12:59 UTC 2019


On Wednesday, 23 October 2019 at 11:03:18 UTC, Per Nordlöw wrote:
> On Wednesday, 23 October 2019 at 10:34:17 UTC, Daniel Kozak 
> wrote:
>>> This works for me.
>> https://bugs.archlinux.org/task/63569
>
> Shouldn't
>
>  +ifeq ($(HOST_DMD_KIND), ldc)
>
> be
>
>  +ifeq ($(HOST_DMD_KIND), ldc2)
>
> ?

ArchLinux ships LDC as ldc and ldc2.

https://github.com/ldc-developers/ldc/issues/2701


More information about the Digitalmars-d mailing list