aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-06-04 21:15:06 +0200
committerGitHub <noreply@github.com>2022-06-05 03:15:06 +0800
commit9ce720a6016c9bdc851e6ba909f7329519dd417d (patch)
tree0ca7798ad07e530010fac49528d593391bd6cbcf
parent79a194a27844e34112a9befe854df98df06159d5 (diff)
downloadrneovim-9ce720a6016c9bdc851e6ba909f7329519dd417d.tar.gz
rneovim-9ce720a6016c9bdc851e6ba909f7329519dd417d.tar.bz2
rneovim-9ce720a6016c9bdc851e6ba909f7329519dd417d.zip
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: