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.
2 parents e3ccb69 + 94b510c commit 06306abCopy full SHA for 06306ab
README.md
@@ -156,7 +156,7 @@ On Windows:
156
```shell
157
$ cmake -B build
158
$ cmake --build build --config Release # Create release binaries in `build/Release`
159
-$ cmake --build build --config Debug # Create release binaries in `build/Debug`
+$ cmake --build build --config Debug # Create debug binaries in `build/Debug`
160
```
161
162
On Linux / macOS:
0 commit comments