summaryrefslogtreecommitdiff
path: root/doc/DEBUG.txt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-29 11:23:25 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-29 11:23:25 +0100
commitb965ed7b083f1beaf03b52c483f9e7f03d95c883 (patch)
tree892a80f4dd3e61d036c84d3a2b0641a27c086a51 /doc/DEBUG.txt
parent938bde7837c61582e255a6c3e539d507a8862bad (diff)
Move most text files from / to /doc
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.