DMD release compiler flags when building with LDC

Per Nordlöw per.nordlow at gmail.com
Wed Oct 23 11:03:18 UTC 2019


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)

?



More information about the Digitalmars-d mailing list