Comment #0 by zayifakimkolu — 2021-01-09T19:10:49Z
Created attachment 1811
Dmd compile error log
Below you may find the steps to reproduce the problem.
$ git clone https://github.com/huntlabs/hunt-skeleton.git merhaba
$ cd merhaba
$ dub build --compiler=dmd -a=x86_64 -b=debug
I send the compiler error log as an attachment.
Comment #1 by pro.mathias.lang — 2021-02-03T10:23:47Z
Looks like it just runs out of memory. Try building with `-lowmem`.
Comment #2 by robert.schadek — 2024-12-13T19:13:56Z