summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index db32d1b..e9b13b0 100644
--- a/README.md
+++ b/README.md
@@ -59,3 +59,10 @@ make
You can run your windows build via wine64 by bundling your dll and the res folder along side the exe.
+### Debug
+
+To enable debug logging use the cmake flags:
+
+```
+cmake -DCMAKE_BUILD_TYPE=Debug
+```