DMD buggy optimizing

Dave Dave_member at pathlink.com
Fri Apr 21 07:22:00 PDT 2006


Michael wrote:
> Is it possible to mark a certain section of code as not optimizing? My program
> works fine in debug mode but then when I use the release build it refuses to
> work, and there is no way for me to debug it either.
> 
> If we could mark a certain section of code as "dont optimize" then this would
> solve the problem. I know rougly where the problem is, but not exactly.
> 

You really need to provide more info. than that... Compiler switches, 
post some code showing exactly where it quits working or ideally isolate 
the problem down to as few lines of code as you can, etc.



More information about the Digitalmars-d mailing list