Software Assurance Reference Dataset

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 23 13:14:23 PDT 2014


On 7/23/2014 1:06 PM, Dmitry Olshansky wrote:
> The point is - software that only works in release build is kind of hard to
> develop, even more so with libraries. Thus I'm in opposition to labeling such
> things as optimization when they, in fact, change semantics.

-release, -inline, -O and -g are all separate flags for good reasons. You can 
mix and match as convenient for what you're trying to accomplish.



More information about the Digitalmars-d mailing list