0Don't optimize even if variables adhere to as-if rule. This is a
1somewhat sane default for debugging.
Fixes: #14830
This is more of a “do something dumb and have people correct you” kind of PR. The end goal is to have a configure flag that will allow for debugging without annoying “optimized out” messages, for developer experiences’ sake. This is the minimal diff, but people have suggested --enable-debug-slow
in the past.