We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3295aa1 commit 756b61dCopy full SHA for 756b61d
README.md
@@ -106,7 +106,7 @@ The following example assumes using of Visual Studio 2022 and CMake v3.21+.
106
In "Developer Command Prompt for VS 2022":
107
108
>cmake -G "Visual Studio 17 2022" -A x64 -S . -B build
109
- >cmake --build build --config Release
+ >cmake --build build --config RelWithDebInfo
110
111
Usage examples
112
-----------
0 commit comments