https://issues.dlang.org/show_bug.cgi?id=20391
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #7 from Rainer Schuetze <[email protected]> --- dmd 2.090 is still slower than 2.088. dmd.exe is also built with debug symbols and contains strings only used by assertions, so I suspect it's just a debug build. dub.exe also contains debug symbols, but it has always been this way. Maybe a locally modified makefile during release build is also causing the dmd version to have the suffix -dirty. @Martin any idea? --
