Jan Beulich writes ("Re: [PATCH 07/10] tools: Use -Og for debug builds when
available"):
> On 12.02.2021 16:39, Andrew Cooper wrote:
> > The recommended optimisation level for debugging is -Og, and is what tools
> > such as gdb prefer. In practice, it equates to -01 with a few specific
> > optimisations turned off.
> >
> > abi-dumper in particular wants the libraries it inspects in this form.
> >
> > Signed-off-by: Andrew Cooper <[email protected]>
>
> Reviewed-by: Jan Beulich <[email protected]>
Acked-by: Ian Jackson <[email protected]>