https://issues.dlang.org/show_bug.cgi?id=16107
Seb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Seb <[email protected]> --- > Seb, do you confirm that run.dlang.io adds -g ? Yes, -g is always added except if you just use -c https://github.com/dlang-tour/core-exec/blob/master/entrypoint.sh So the failure is still there: https://run.dlang.io/is/8NVvW1 All compilers (called dreg) is a different image, but again omits -g only for -g: https://github.com/dlang-tour/core-dreg/blob/master/entrypoint.sh --
