Skip to content

Commit 756b61d

Browse files
readme: Use correct build type in CMake/Windows build instructions
1 parent 3295aa1 commit 756b61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following example assumes using of Visual Studio 2022 and CMake v3.21+.
106106
In "Developer Command Prompt for VS 2022":
107107

108108
>cmake -G "Visual Studio 17 2022" -A x64 -S . -B build
109-
>cmake --build build --config Release
109+
>cmake --build build --config RelWithDebInfo
110110

111111
Usage examples
112112
-----------

0 commit comments

Comments
 (0)