google / gemmlowp

Low-precision matrix multiplication
Apache License 2.0
1.77k stars 451 forks source link

Fix Windows MINGW build #213

Open lgeiger opened 7 months ago

lgeiger commented 7 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.

wowo68 commented 7 months ago

这是来自QQ邮箱的假期自动回复邮件。你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。

bjacob commented 7 months ago

@mariecwhite @talumbau can you help merge this?