"git@developer.sourcefind.cn:Fzc7075/nunchaku.git" did not exist on "667d0e9199d5ce0a9344e904afbdf94ba4c2529c"
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
...@@ -68,7 +68,11 @@ And can be installed by using the 'install' target: ...@@ -68,7 +68,11 @@ And can be installed by using the 'install' target:
` cmake --build . --config Release --target install ` **OR** ` make install ` ` cmake --build . --config Release --target install ` **OR** ` make install `
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
......
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