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

Avoid stripping debug symbols during final link step on arm. JB#55074 OMP#JOLLA-269 #48

Merged
merged 1 commit into from Sep 21, 2021

Conversation

llewelld
Copy link
Member

Previously the final link step was failing on arm builds due to
out-of-memory issues (it seemed to run out of address space on the
32-bit SDK).

Something seems to have changed, since it now passes through okay, so
this change makes it so that it no longer strip the debug symbols.

Copy link
Member

@rainemak rainemak left a comment

Choose a reason for hiding this comment

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

Sounds and looks good. I have successfully build also similarly.

…nk step on arm. JB#55074 OMP#JOLLA-269

Previously the final link step was failing on arm builds due to
out-of-memory issues (it seemed to run out of address space on the
32-bit SDK).

Something seems to have changed, since it now passes through okay, so
this change makes it so that it no longer strip the debug symbols.
@llewelld
Copy link
Member Author

Rebased.

@llewelld llewelld merged commit 1e86c49 into sailfishos:sailfishos-esr78 Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants