https://issues.dlang.org/show_bug.cgi?id=20562
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |rg --- Comment #1 from [email protected] --- That linker parameter was already present in win32.mak, the PR just moved it to build.d. That bisection seems like a false positive. An OutOfMemoryError usually signals a failure when allocating <dynamic memory> - not stack memory. Did you try to compile your project using -lowmem (which enables the GC for DMD)? --
