Skip to content

Commit 0e87497

Browse files
committed
readme
1 parent 73ca3fb commit 0e87497

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@ $ mkdir build && cd build
7676
$ cmake .. -DCMAKE_BUILD_TYPE=Release
7777
$ cmake --build . --config Release
7878
```
79-
79+
or if you want to debug the build
80+
```console
81+
$ mkdir build && cd build
82+
$ cmake .. -DCMAKE_BUILD_TYPE=Debug
83+
$ cmake --build . --config Debug
84+
```
8085

8186
### Run the tests
8287

0 commit comments

Comments
 (0)