Unverified Commit 61d49048 authored by kahmed10's avatar kahmed10 Committed by GitHub
Browse files

update for debug info in documentation (#530)



* update for debug info

* Update README.md

* Update README.md

* Update README.md
Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
parent 61cbe923
...@@ -70,6 +70,10 @@ And can be installed by using the 'install' target: ...@@ -70,6 +70,10 @@ And can be installed by using the 'install' target:
This will install the library to the `CMAKE_INSTALL_PREFIX` path that was set. This will install the library to the `CMAKE_INSTALL_PREFIX` path that was set.
To build a debug version of the library, the cmake variable `CMAKE_BUILD_TYPE` can be set to `Debug`.
` cmake -DCMAKE_BUILD_TYPE=Debug . `
## Running the tests ## Running the tests
The tests can be run by using the 'check' target: The tests can be run by using the 'check' target:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment