Skip to content

Commit e874e9b

Browse files
authored
Add lack Dwarf5 support to release notes
Part of #198
1 parent 1fbd271 commit e874e9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NewAndNoteworthy/CDT-11.0.md

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Please see the corresponding issue for more details.
3434
- `org.eclipse.cdt.lsp.cquery`
3535
- `org.eclipse.cdt.lsp.ui`
3636

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.
41+
3742
# Build
3843

3944
## Scanner Discovery able to consider all flags

0 commit comments

Comments
 (0)