From 9ce720a6016c9bdc851e6ba909f7329519dd417d Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sat, 4 Jun 2022 21:15:06 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5a469b32d..718b369012 100644 --- 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: