We've been doing debug kernels (kernels with 'makeoptions DEBUG=-g')
with -O instead of -O2 ever since r140400. The original reason for
that case disappeared long time ago, and plain -O on architectures
other than amd64 leads to severe performance consequences, due to
eg disabling function inlining.