We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60773c commit c95307eCopy full SHA for c95307e
1 file changed
src/utils.h
@@ -21,9 +21,9 @@
21
#include "sqlite3.h"
22
#endif
23
24
-#define CLOUDSYNC_DEBUG_FUNCTIONS 0
+#define CLOUDSYNC_DEBUG_FUNCTIONS 1
25
#define CLOUDSYNC_DEBUG_DBFUNCTIONS 0
26
-#define CLOUDSYNC_DEBUG_SETTINGS 0
+#define CLOUDSYNC_DEBUG_SETTINGS 1
27
#define CLOUDSYNC_DEBUG_SQL 0
28
#define CLOUDSYNC_DEBUG_VTAB 0
29
#define CLOUDSYNC_DEBUG_MEMORY 0
0 commit comments