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

Build FAudio with AppImage, use GCC with AppImage #7530

Merged
merged 3 commits into from Feb 19, 2020

Conversation

hcorion
Copy link
Member

@hcorion hcorion commented Feb 19, 2020

Turns out the current version of clang doesn't support the [[likely]] and [[unlikely]] attributes, so to ensure good performance, we'll be switching to gcc, at least for now.
I upstreamed a fix to FAudio to allow us to build FAudio statically, because before it was building dynamic libs and we were having packaging issues.

hcorion and others added 3 commits February 19, 2020 08:17
Turns out the current version of clang doesn't support the [[likely]] and [[unlikely]] attributes, so to ensure good performance, we'll be switching to gcc, at least for now.
@Nekotekina Nekotekina merged commit aa9055f into RPCS3:master Feb 19, 2020
@Megamouse Megamouse added the Build and CI Anything related to the build process and continuous integration label Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build and CI Anything related to the build process and continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants