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
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