makefile option to generate better code (#51105)
Disables an "optimization" for -O2 and higher. We already set this for
JIT code (NO TOUCHIE!), and we should probably set this for all other
code too. It is common otherwise for stacktraces to have the wrong line
number for errors.