Skip to content

Compiler fixes#3397

Merged
carstene1ns merged 3 commits into
EasyRPG:masterfrom
Ghabry:devstuff
Apr 24, 2025
Merged

Compiler fixes#3397
carstene1ns merged 3 commits into
EasyRPG:masterfrom
Ghabry:devstuff

Conversation

@Ghabry

@Ghabry Ghabry commented Apr 15, 2025

Copy link
Copy Markdown
Member

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
@ghost ghost added the PSVita label Apr 15, 2025
@Ghabry
Ghabry marked this pull request as draft April 16, 2025 15:07
@Ghabry
Ghabry marked this pull request as ready for review April 24, 2025 10:38
@github-actions github-actions Bot removed the PSVita label Apr 24, 2025
@Ghabry Ghabry added the PSVita label Apr 24, 2025
@Ghabry
Ghabry marked this pull request as draft April 24, 2025 10:40
Multi config is not supported and only gives linker errors because of mixed runtime libraries.
@Ghabry
Ghabry marked this pull request as ready for review April 24, 2025 10:53
@github-actions github-actions Bot removed the PSVita label Apr 24, 2025
@Ghabry

Ghabry commented Apr 24, 2025

Copy link
Copy Markdown
Member Author

I must have forgotten to commit the RelWithDebInfo and the CONFIGURATION_TYPES stuff. I'm pretty sure I had this already working locally months ago but the code is not in our repo :( (and in liblcf it is indeed in)

@Ghabry Ghabry added the PSVita label Apr 24, 2025
@carstene1ns
carstene1ns merged commit 5e95423 into EasyRPG:master Apr 24, 2025
sevenc-nanashi pushed a commit to sevenc-nanashi/easyrpg-player that referenced this pull request May 31, 2026
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