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 <andrew.coop...@citrix.com> > > Reviewed-by: Jan Beulich <jbeul...@suse.com>
Acked-by: Ian Jackson <i...@xenproject.org>