neovim/cmake.deps
Gregory Anders a75ef40f4c
build: set deps default build type to Release (#27495)
Debugging dependencies is rare so a Debug build type is usually not
needed. In cases where it _is_ needed it is easy to rebuild in Debug
mode. But since Release builds are more common, it makes more sense as a
default.

For Neovim itself we stick with a Debug build as a default, since
rebuilding and debugging is done _much_ more frequently than with
dependencies (which we _mostly_ expect to "just work").

Also remove the CMAKE_BUILD_TYPE variable in the Makefile, since this is
set by default in CMake.
2024-02-16 11:56:52 -06:00
..
cmake build: stop installing parser.h from treesitter 2024-02-09 12:08:25 +01:00
CMakeLists.txt build: set deps default build type to Release (#27495) 2024-02-16 11:56:52 -06:00
CMakePresets.json build: add CMakePresets for deps build to reduce verbosity 2023-04-29 01:48:36 +02:00
deps.txt build(deps): bump tree-sitter-c to v0.20.8 2024-02-15 17:21:42 +01:00