Skip to content
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

Cleanup debug symbols #1009

Merged
merged 5 commits into from
Sep 8, 2024
Merged

Cleanup debug symbols #1009

merged 5 commits into from
Sep 8, 2024

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Sep 8, 2024

By default, no debug symbols are added to the final ELF. You can add debug symbols manually (in your project's local makefile), e.g. USER_FLAGS += -g.

Eclipse IDE

This PR also fixes a problem in the default Eclipse project: sometimes the sources (during debugging) cannot be found. This is fixed by adding an explicit indexer configuration and explicit debug symbols: USER_FLAGS += -ggdb -gdwarf-3

@stnolting stnolting added the SW Software-related label Sep 8, 2024
@stnolting stnolting self-assigned this Sep 8, 2024
@stnolting stnolting marked this pull request as ready for review September 8, 2024 11:44
@stnolting stnolting merged commit d8f46ac into main Sep 8, 2024
10 checks passed
@stnolting stnolting deleted the debug_symbols branch September 8, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SW Software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant