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 #133

Merged
merged 1 commit into from
Feb 1, 2021
Merged

Fixed build with GCC 11 by moving MSVC flags #133

merged 1 commit into from
Feb 1, 2021

Conversation

xvitaly
Copy link
Contributor

@xvitaly xvitaly commented Jan 31, 2021

Fixed build with GCC 11 by moving MSVC flags:

-- Performing Test C_FLAG_sdl
-- Performing Test C_FLAG_sdl - Failed
-- Performing Test C_FLAG_fstack_protector_strong
-- Performing Test C_FLAG_fstack_protector_strong - Failed
-- Performing Test C_FLAG_msse2
-- Performing Test C_FLAG_msse2 - Failed
-- Performing Test C_FLAG_mssse3
-- Performing Test C_FLAG_mssse3 - Failed
-- Performing Test C_FLAG_msse4_1
-- Performing Test C_FLAG_msse4_1 - Failed
-- Performing Test C_FLAG_mavx2
-- Performing Test C_FLAG_mavx2 - Failed
gcc: warning: /GS: linker input file unused because linking not done

Closes #132.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
@Vascom
Copy link

Vascom commented Jan 31, 2021

I appied patch. Built succesfull.

@tianjunwork
Copy link
Contributor

Thank you @xvitaly for the contribution.

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

Successfully merging this pull request may close these issues.

Failed to build with GCC 11
3 participants