dmd 1.048 and 2.033 releases
Walter Bright
newshound1 at digitalmars.com
Mon Oct 5 15:01:35 PDT 2009
Nick Sabalausky wrote:
> I see, but is that just a temporary situation? I'm fine with it for now, but
> optimizers are known for conflicting with debugging, so in the long run I'd
> hate to have to split my debug builds into separate "maximum static
> analysis" vs "debuggable" builds (I already had been forced to split my
> debug builds into separate "debug with warnings" and "debug without
> warnings" builds, which was a real pain in the ass until I started hacking
> in that "optionally treat warnings as warnings" patch...but I've had to
> temporarily abandon use of even that since I'm working on a
> multi-build-version tool, used by some projects I've released, and none of
> those should have to be reliant on a feature that only exists in a custom
> build of DMD).
Just build your releases with -O.
More information about the Digitalmars-d-announce
mailing list