mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 09:09:35 +08:00

clang on windows support both gcc and mscv style options. Clang.exe on windows defaults to gcc style, which will result in /WX unknown compiler command. This will set /WX if and only if the compiler is MSVC and greater than version 1900