Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build Build related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants