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

Fix build with cotire and clang-8.0 branch #6169

Merged
merged 1 commit into from Jul 8, 2019
Merged

Fix build with cotire and clang-8.0 branch #6169

merged 1 commit into from Jul 8, 2019

Conversation

arabek
Copy link
Contributor

@arabek arabek commented Jul 7, 2019

Without this patch, build fails when using
cotire, because pch headers are missing
the pthread flag when using Clang

@AniLeo
Copy link
Member

AniLeo commented Jul 7, 2019

Don't need to check If CMake is older than some really ancient version because we already require 3.8.2 and higher due to C++17 compatibility

@magiruuvelvet
Copy link
Contributor

I always wondered what this PCH header error was. I just removed cotire locally for my builds without bothering to fix this. It works now with cotire 😄

Without this patch, build fails when using
cotire, because pch headers are missing
the pthread flag when using Clang
@arabek
Copy link
Contributor Author

arabek commented Jul 7, 2019

Don't need to check If CMake is older than some really ancient version because we already require 3.8.2 and higher due to C++17 compatibility

Removed and squashed into previous commit.

@AniLeo AniLeo merged commit b6cfa5c into RPCS3:master Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants