Bug after update to 2.072?

Alex via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Nov 7 09:12:32 PST 2016


On Monday, 7 November 2016 at 16:55:29 UTC, Alex wrote:

Ok... Another point is, that I'm using dub and trying compiling 
my app directly by dmd does not yield the error.
So, I have to attach the compiling commands, which I see, when 
tried
dub build --force -v

dmd -c -of./app.o -debug -g -gc -O -profile -w ./app.d -vcolumns
dmd -of./app ./app.o -g -gc


More information about the Digitalmars-d-learn mailing list