https://issues.dlang.org/show_bug.cgi?id=17098
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS|Windows |All Severity|regression |major --- Comment #3 from Martin Nowak <[email protected]> --- > dmd -m64 .... Which command are you using exactly to compile? I'm getting extremely slow builds when passing -O, that's due to the huge amount of statements your throwing at the compiler (in the mixin). But this is not new, 2.072 is as slow at optimizing it as well, so it might be a duplicate of issue 7157. If you really need the optimization, both gdc and ldc are doing better with this, though it still takes them a considerable amount of time. --
