mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
docs: specify CMAKE_BUILD_TYPE=RelWithDebInfo in README (#18859)
There have been complaints about the installation instructions being inconsistent around the build type e.g. https://github.com/neovim/neovim/issues/18670#issuecomment-1146468741. Use CMAKE_BUILD_TYPE for both examples in the README.
This commit is contained in:
parent
79a194a278
commit
9ce720a601
@ -63,7 +63,7 @@ After installing the dependencies, run the following command.
|
|||||||
|
|
||||||
To install to a non-default location:
|
To install to a non-default location:
|
||||||
|
|
||||||
make CMAKE_INSTALL_PREFIX=/full/path/
|
make CMAKE_BUILD_TYPE=RelWithDebInfo CMAKE_INSTALL_PREFIX=/full/path/
|
||||||
make install
|
make install
|
||||||
|
|
||||||
CMake hints for inspecting the build:
|
CMake hints for inspecting the build:
|
||||||
|
Loading…
Reference in New Issue
Block a user