Segher Boessenkool <seg...@kernel.crashing.org> writes: > Hi! > > What does -O1g do with OPT_LEVELS_1_PLUS_NOT_DEBUG, is it enabled or > not there? Maybe that name needs to change, with your patches? It is > currently documented as > > /* -O1 (and not -Og) optimizations. */
Yeah, comment should change to be: /* -O1 and -O1g (but not -Og) optimizations. */ Richard