Open lgeiger opened 9 months ago
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.
/bigobj /nologo /EHsc /GF /MP /Gm- /wd4800 /wd4805 /wd4244
MSVC
这是来自QQ邮箱的假期自动回复邮件。你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
@mariecwhite @talumbau can you help merge this?
Flags like
/bigobj /nologo /EHsc /GF /MP /Gm- /wd4800 /wd4805 /wd4244
areMSVC
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 withMSVC
.