Re: debuginfo changes

From: Paul Floyd <pjfloyd_at_wanadoo.fr>
Date: Sat, 10 Feb 2024 08:12:19 UTC
I've found it.

Nothing to do with debuginfo.

clang 16 is using tail call optimization where clang 14 wasn't. I just 
needed to add -fno-optimize-sibling-calls.

A+
Paul