acl-dev / acl

C/C++ server and network library, including coroutine,redis client,http/https/websocket,mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows, etc..
https://acl-dev.cn
GNU Lesser General Public License v3.0
2.82k stars 936 forks source link

Please support the MinGW compiler #345

Closed Curculigo closed 1 month ago

Curculigo commented 1 month ago

I'm using standalone MinGW (winlibs.com) and CMake. I inspected the command line and found it's using compiler switches for MSVC!

zhengshuxin commented 1 month ago

MinGW was previously supported but later discarded, which is useless and will no longer be supported. Suggest using MSVC to build Acl on Windows. --zsx