diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-16 21:44:38 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-16 21:44:38 +0100 |
commit | 31af56456837d1023b1ae30b098d7f385c4bc984 (patch) | |
tree | 97a910a0e4b039360066b07399aa38f44e2e2f91 | |
parent | 5e4f77069058aee5bcf6bbc6eae028f8075cd1a4 (diff) | |
download | yawa-31af56456837d1023b1ae30b098d7f385c4bc984.tar.xz |
README: Add note about debug symbols
-rw-r--r-- | README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -41,6 +41,13 @@ Building sudo make install +Debugging +========= + +When trying to debug yawa, run the `cmake` command with the +`-DCMAKE_BUILD_TYPE=DEBUG` arguments so that the binary is built with debug +symbols for meaningful backtraces. + License ======= |