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

updpatch: yabause-qt 0.9.15-3 #1983

Merged
merged 1 commit into from
Nov 22, 2022
Merged

Conversation

piggynl
Copy link
Contributor

@piggynl piggynl commented Nov 22, 2022

Upstream used -O0 to prevent GCC from performing strict aliasing optimizations. Without -freorder-blocks, GCC generates an unlinkable ELF file, causing the package fails to build. This patch substitutes -O0 with -fno-strict-aliasing to make the compilation work as intended. You may refer to upstream patch Yabause/yabause#444 for details.

@felixonmars felixonmars merged commit 8351a3a into felixonmars:master Nov 22, 2022
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.

2 participants