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

Use compressed debug symbols #194

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Use compressed debug symbols #194

merged 1 commit into from
Mar 19, 2024

Conversation

CongMa13
Copy link
Collaborator

The size of file will be greater than 2G in Debug and RelWithDebug mode.

The use of compressed debug symbols significantly reduces library size, avoiding the need to remove targets in the address sanitizer build. The non-address sanitizer debug builds didn't drop GPU targets, but shared the same library size problem as the address sanitizer build. This change will also fix those builds.

@CongMa13 CongMa13 marked this pull request as ready for review March 10, 2024 23:39
mkarunan
mkarunan previously approved these changes Mar 11, 2024
Copy link
Contributor

@mkarunan mkarunan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The size of file will be greater than 2G in Debug and RelWithDebug mode.

The use of compressed debug symbols significantly reduces library size,
avoiding the need to remove targets in the address sanitizer build.
The non-address sanitizer debug builds didn't drop GPU targets, but
shared the same library size problem as the address sanitizer build.
This change will also fix those builds.
@cgmillette cgmillette merged commit 919149a into ROCm:develop Mar 19, 2024
5 of 10 checks passed
@CongMa13 CongMa13 deleted the dbgsym branch May 3, 2024 20:24
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

Successfully merging this pull request may close these issues.

4 participants