On Fri, Mar 25, 2022 at 05:33:56PM -0700, Daniel Latypov wrote:
Recent changes have made it so the current set is not sufficient. Namely, CONFIG_DEBUG_INFO is not being set even when explicitly asked.
Specifying a version of the debug info fixes this. Pick CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT as an option that's hopefully less fragile (esp. given we're tied to GCC 6 and lower).
Signed-off-by: Daniel Latypov dlatypov@google.com
Tested-by: Maxime Ripard maxime@cerno.tech
Thanks! Maxime