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

Consider emitting build IDs by default #47

Closed
umanwizard opened this issue Sep 17, 2024 · 1 comment
Closed

Consider emitting build IDs by default #47

umanwizard opened this issue Sep 17, 2024 · 1 comment

Comments

@umanwizard
Copy link

If you pass --enable-linker-build-id to GCC's configure script, the resulting GCC will automatically add the NT_GNU_BUILD_ID note to compiled binaries.

This is required by various tools (debuggers, profilers, etc.) and is already the default for the gcc distributed with popular Linux distros like Debian, Fedora and Ubuntu. Thus, it can be confusing for users that it is missing on the versions of GCC installed via this tap.

@messense
Copy link
Owner

I think this is done in #46 by setting CT_CC_GCC_BUILD_ID=y.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants