Andrew Cooper writes ("[PATCH 07/10] tools: Use -Og for debug builds when
available"):
> 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.Release-Acked-by: Ian Jackson <[email protected]> I would prefer to have this in 4.15 now than to backport it later... Ian.
