diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 3 |
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" |