On Wednesday, 7 July 2021 at 10:27:47 UTC, notna wrote:
On Windows: [...]Nice and helpful Error messages is on the top of our desires list, right?
It's hard to give proper error backtraces without debug information (-g). Anyways, I can reproduce the error when compiling with `-m32` (the default), using `-m32mscoff` and `-m64` works as expected. You should probably avoid `-m32` in general (as dub does btw).