-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 22 Updates #37
Comments
It might make sense to map that behavior to DWARF producers(gcc, clang, etc) instead...maybe |
Might be the same issue as eclipse-cdt/cdt#198 |
https://gcc.gnu.org/gcc-11/changes.html To take full advantage of DWARF version 5 GCC needs to be built against binutils version 2.35.2 or higher. When GCC is built against earlier versions of binutils GCC will still emit DWARF version 5 for most debuginfo data, but will generate version 4 debug line tables (even when explicitly given -gdwarf-5). |
Inconsistent behavior across Ubuntu22/20:
juicer/src/Juicer.cpp
Line 5435 in d5bf6fa
Not fun...
The text was updated successfully, but these errors were encountered: