mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 15:21:20 +00:00
- Fix an issue where CMAKE_BUILD_TYPE was not reflected during construction. - Remove the switch that uses the static library(-MTd, -MT) because it was specified in the CMakeLists.txt of luv when building on MSVC. related: https://github.com/luvit/luv/pull/461