Hello --
I may have missed this in the documentation but is it possible to
turn off -Werror when building with dub+gdc? I want to do some
debugging and short-circuit some functions with an assert(0) but
that will flag -Werror on statements being unreachable, which
coincidentally is exactly wh
On Wednesday, 7 April 2021 at 00:18:42 UTC, Dennis wrote:
On Wednesday, 7 April 2021 at 00:17:35 UTC, Dennis wrote:
You can add `buildOptions "allowWarnings"` to your dub.sdl, or
the equivalent to your dub.json. See
https://dub.pm/package-format-sdl.html
Should be `buildRequirements`
Thanks
Hi all --
I'm happy to announce that OpenBSD imported GCC 11 into its ports
tree. It's still considered unofficial due to issues not having
to do with GDC, but OpenBSD users will soon be able to run
`pkg_add gdc` to get GDC. For the impatient, you can get GDC on
OpenBSD now by building the GC
On Sunday, 15 August 2021 at 18:54:58 UTC, Brian wrote:
Hi all --
I'm happy to announce that OpenBSD imported GCC 11 into its
ports tree. It's still considered unofficial due to issues not
having to do with GDC, but OpenBSD users will soon be able to
run `pkg_add gdc` to get GDC. For the impa