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

Update minimum GCC version in cmake enforcement to 10 #11585

Closed

Conversation

CasualPokePlayer
Copy link
Contributor

C++20 is required now, and GCC 10 is the minimum for the current C++20 features Dolphin uses

C++20 is required now, and GCC 10 is the minimum for the current C++20 features Dolphin uses
@OatmealDome
Copy link
Member

#10969 does a similar thing, but I'm not sure what's the status of that...

@CasualPokePlayer
Copy link
Contributor Author

CasualPokePlayer commented Feb 19, 2023

Ah, didn't realize that PR existed. Mostly just did this as I noticed the detection already seemed to exist but fell behind, and some users have complained in the Discord over build failures due to using old gcc (gcc 9 will fail to build, gcc 10 will work)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants