On Wednesday, 15 January 2014 at 01:28:26 UTC, Manu wrote: > You can't step a -O build, or inspect the value of most > variables. So you > can't really debug. The problem with optimizations is that code mutates a lot. Can you expect the debugger to step through inlined functions? Loop merging can be even more evil in this regard.