NVDA is now built with compiler optimizations turned off by default. Only a release build gets optimizations now. This should help with reading dumps from snapshots.
nvdaHelperDebugFlags now only contains debugCRT and RTC. symbols and noOptimize have been removed. noOptimize is by default, and release turns it off. We also always want symbols, there is no real need for it to be turned off as it does not affect code generation.