1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Add lack Dwarf5 support to release notes

Part of #198
This commit is contained in:
Jonah Graham 2022-12-07 19:54:49 -05:00 committed by GitHub
parent 1fbd271b0c
commit e874e9b95d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,11 @@ Please see the corresponding issue for more details.
- `org.eclipse.cdt.lsp.cquery` - `org.eclipse.cdt.lsp.cquery`
- `org.eclipse.cdt.lsp.ui` - `org.eclipse.cdt.lsp.ui`
## Dwarf Versions
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`.
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.
# Build # Build
## Scanner Discovery able to consider all flags ## Scanner Discovery able to consider all flags