mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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