diff --git a/doc/make/msys2.md b/doc/make/msys2.md index e50570e3b3..16ff213806 100644 --- a/doc/make/msys2.md +++ b/doc/make/msys2.md @@ -30,6 +30,6 @@ In the [msys2] shell, execute the following commands. git clone https://github.com/leanprover/lean cd lean mkdir build && cd build -cmake ../src -G Ninja -D CMAKE_BUILD_TYPE=Release +cmake ../src -G Ninja ninja ```