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 Windows MINGW build #213

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

Conversation

lgeiger
Copy link

@lgeiger lgeiger commented Jan 29, 2024

Flags like /bigobj /nologo /EHsc /GF /MP /Gm- /wd4800 /wd4805 /wd4244 are MSVC specific and break when trying to build gemmlowp on Windows with MINGW. This PR changes the cmake config to only add these flags only when compiling with MSVC.

@wowo68
Copy link

wowo68 commented Jan 29, 2024 via email

@bjacob
Copy link
Contributor

bjacob commented Jan 29, 2024

@mariecwhite @talumbau can you help merge this?

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

Successfully merging this pull request may close these issues.

3 participants