On Fri, Mar 25, 2022 at 8:34 PM Daniel Latypov dlatypov@google.com 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
I agree with David's comment. Otherwise,
Reviewed-by: Brendan Higgins brendanhiggins@google.com