Harmonia and DMD 0.157
Deewiant
deewiant.doesnotlike.spam at gmail.com
Mon May 15 00:15:59 PDT 2006
Andrew Fedoniouk wrote:
> I am able to compile in release but only if I'll remove -inline flag.
>
> Dflags which does not work:
> DFLAGS = -c -inline -O -release
>
> Dflags which does work:
> DFLAGS = -c -O -release
>
> No inlining anymore?
>
> Andrew Fedoniouk.
> http://terrainformatica.com
>
Since DMD 0.151, with -inline -release, inlining is done for all imported
modules as well as compiled ones. I don't know how this affects templates, but
that might have something to do with it.
More information about the Digitalmars-d
mailing list