neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 9ce720a6016c9bdc851e6ba909f7329519dd417d
parent 79a194a27844e34112a9befe854df98df06159d5
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Sat,  4 Jun 2022 21:15:06 +0200

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.
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -63,7 +63,7 @@ After installing the dependencies, run the following command. 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 CMake hints for inspecting the build: