aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-21 03:13:34 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commit24ee6bcc7ef8877ff00bbafc003aac76d756f9bc (patch)
tree6ca249e9b05ac3a499b8054f215e6583a2cd9c3e /project.conf
parent1933ca480c35490d83996a1d63a9aa585b0fd543 (diff)
Disable sql debug
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/project.conf b/project.conf
index 6c4316a..3e540ad 100644
--- a/project.conf
+++ b/project.conf
@@ -8,8 +8,8 @@ tests = "tests"
[config]
expose_include_dirs = ["include"]
-[define]
-ODHTDB_SQL_DEBUG = "1"
+#[define]
+#ODHTDB_SQL_DEBUG = "1"
[dependencies]
opendht = "1.7.0"