aboutsummaryrefslogtreecommitdiffhomepage
path: root/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite')
-rw-r--r--sqlite/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sqlite/CMakeLists.txt b/sqlite/CMakeLists.txt
index 091b00cde..b42ca7255 100644
--- a/sqlite/CMakeLists.txt
+++ b/sqlite/CMakeLists.txt
@@ -33,6 +33,9 @@ endif()
target_compile_definitions(tdsqlite PRIVATE
-DSQLITE_DEFAULT_MEMSTATUS=0
+ -DSQLITE_DEFAULT_SYNCHRONOUS=1
+ -DSQLITE_DEFAULT_RECURSIVE_TRIGGERS=1
+ -DSQLITE_TEMP_STORE=2
-DSQLITE_OMIT_LOAD_EXTENSION
-DSQLITE_OMIT_DECLTYPE
-DSQLITE_OMIT_PROGRESS_CALLBACK