Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 0d11220

Browse files
committed
Add changes with Debug config
1 parent 6b9ba65 commit 0d11220

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Step-by-step guide to build the project using CMake.
4040
cd build
4141
```
4242

43-
3. Run CMake to configure and build the project:
43+
3. Run CMake to configure and build Release version of the library:
4444

4545
```bash
4646
cmake ..
@@ -142,10 +142,10 @@ More examples can be found in [examples](examples/) folder.
142142
To build the tests, follow these steps:
143143
144144
1. Navigate to the `build` directory.
145-
2. Run the following commands to configure and build the tests using CMake:
145+
2. Run the following commands to configure debug mode and build the tests using CMake:
146146
147147
```bash
148-
cmake -DBUILD_TESTS=ON ..
148+
cmake -DCMAKE_BUILD_TYPE=Debug ..
149149
cmake --build .
150150
```
151151

0 commit comments

Comments
 (0)