https://issues.dlang.org/show_bug.cgi?id=13873
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Martin Nowak <[email protected]> --- This doesn't affect linked binaries. It seems that more modules are imported in debug mode when generating code for inlined functions. The underlying problem here is that the inline pass simply runs semantic3 on all imported functions. It should do that for the ones that are actually used. --
