On Thursday, 15 December 2022 at 21:43:07 UTC, TheZipCreator
wrote:
is there a compiled binary of GDC anywhere? I looked at
https://www.gdcproject.org/downloads, and the link there goes
to winlibs, but after downloading the archive I couldn't find
gdc anywhere in it. I did some research and [it appears they
removed
it](https://forum.dlang.org/thread/rcfevunwsgydorekw...@forum.dlang.org?page=2) for whatever reason. In the release archives there are some windows GDC binaries but those are all old versions and they lack the compiler flags I need (specifically `-fno-druntime`). So, are there binaries that still exist somewhere or do I just have to try to compile it from source?
GDC uses GCC for its backend and the wiki states that the Windows
project is in alpha build. You don't need GDC.
- GDC binary for windows? TheZipCreator via Digitalmars-d-learn
- Re: GDC binary for windows? j via Digitalmars-d-learn