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

Fixed build with GCC 11 by moving MSVC flags. #585

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Vascom
Copy link

@Vascom Vascom commented Feb 7, 2021

Fixed build with GCC 11 by moving MSVC

The same as OpenVisualCloud/SVT-VP9#133

@tianjunwork
Copy link
Contributor

Thank you @Vascom porting the PR over.

@tianjunwork tianjunwork added the build Build related changes label Feb 8, 2021
if(MSVC)
list(APPEND flags_to_test /MP)
list(APPEND flags_to_test /MP /GS /GS)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you change it to list(APPEND flags_to_test /MP /GS /sdl)? I guess it is a typo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants