You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NewAndNoteworthy/CDT-11.0.md
+5
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,11 @@ Please see the corresponding issue for more details.
34
34
-`org.eclipse.cdt.lsp.cquery`
35
35
-`org.eclipse.cdt.lsp.ui`
36
36
37
+
## Dwarf Versions
38
+
39
+
Starting with GCC 11, GCC will default to using Dwarf5 in most circumstances. CDT does not yet support Dwarf5 and therefore to ensure compatibility with CDT compile your programs with `-gdwarf-4`.
40
+
For more information, refer to the [GCC 11 release notes](https://gcc.gnu.org/gcc-11/changes.html) and see CDT's tracking issue https://github.com/eclipse-cdt/cdt/issues/198.
0 commit comments