summaryrefslogtreecommitdiff
path: root/DEBUG.txt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-04-14 23:53:13 +0200
committerBardur Arantsson <bardur@scientician.net>2012-03-29 20:45:36 +0200
commitbc3525fe490069ad6d44c1c1559ccb5d078190f0 (patch)
tree528467b0e40597c411f9010e614c21ed395eb12b /DEBUG.txt
parentfc907a583d958c3eb87bbe82cd34ca986d781627 (diff)
Add DEBUG.txt file with a little note on how to enable debugging.
Diffstat (limited to 'DEBUG.txt')
-rw-r--r--DEBUG.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/DEBUG.txt b/DEBUG.txt
new file mode 100644
index 00000000..f7146c28
--- /dev/null
+++ b/DEBUG.txt
@@ -0,0 +1,8 @@
+Debugging
+=========
+
+To turn on Debug mode when compiling run cmake with the
+
+ -DCMAKE_BUILD_TYPE=Debug
+
+parameter.