aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-05-21 02:36:19 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-05-21 02:36:22 +0200
commite1315807021fe4f21d145195b012a9d0cb3feb2e (patch)
treefcd58c8faeb85c1080ab94788ab2e481ebd287fe /project.conf
parent7b225aa9fe31b38ada299f183b66cd2204eb9e10 (diff)
Add sql debug, fix action counter in request wrong number
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/project.conf b/project.conf
index b3e01cc..6c4316a 100644
--- a/project.conf
+++ b/project.conf
@@ -8,6 +8,9 @@ tests = "tests"
[config]
expose_include_dirs = ["include"]
+[define]
+ODHTDB_SQL_DEBUG = "1"
+
[dependencies]
opendht = "1.7.0"
libsodium = "1.0.16"