summaryrefslogtreecommitdiff
path: root/doc/DEBUG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/DEBUG.txt')
-rw-r--r--doc/DEBUG.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/DEBUG.txt b/doc/DEBUG.txt
new file mode 100644
index 00000000..f7146c28
--- /dev/null
+++ b/doc/DEBUG.txt
@@ -0,0 +1,8 @@
+Debugging
+=========
+
+To turn on Debug mode when compiling run cmake with the
+
+ -DCMAKE_BUILD_TYPE=Debug
+
+parameter.