aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-02-16 21:44:38 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-02-16 21:44:38 +0100
commit31af56456837d1023b1ae30b098d7f385c4bc984 (patch)
tree97a910a0e4b039360066b07399aa38f44e2e2f91
parent5e4f77069058aee5bcf6bbc6eae028f8075cd1a4 (diff)
downloadyawa-31af56456837d1023b1ae30b098d7f385c4bc984.tar.xz
README: Add note about debug symbols
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index a83ead8..ae0aaff 100644
--- a/README.rst
+++ b/README.rst
@@ -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
=======