Skip to content

Compiler fixes #3397

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Compiler fixes #3397

wants to merge 2 commits into from

Conversation

Ghabry
Copy link
Member

@Ghabry Ghabry commented Apr 15, 2025

Fixes a dumb typo in the Presets breaking RelWithDebInfo (Making it a Debug build >.>).

And Rinnegatamante told me to pass -fno-optimize-sibling-calls for the Vita build because that optimisation can cause crashes: Can confirm. With that flag set the MainLoop does not randomly crash anymore 🤷 (that appears to be a general problem on Vita, other homebrew uses the same flag)

Ghabry added 2 commits April 15, 2025 18:00
Though I had already resolved this months ago but forgot to commit it.
Is unstable and in general recommended to be disabled on Vita.
Makes our code crash at the end of the MainLoop.
@Ghabry Ghabry added the PSVita label Apr 15, 2025
@Ghabry Ghabry added this to the 0.8.2 milestone Apr 15, 2025
@github-actions github-actions bot added Building and removed PSVita labels Apr 15, 2025
@Ghabry Ghabry marked this pull request as draft April 16, 2025 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants