Skip to content

Commit 2aabaa9

Browse files
geeksilva97BurningEnlightenment
authored andcommitted
sqlite: set threading mode to multithreaded
1 parent 9e288e9 commit 2aabaa9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

deps/sqlite/sqlite.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
'SQLITE_ENABLE_RBU',
2727
'SQLITE_ENABLE_RTREE',
2828
'SQLITE_ENABLE_SESSION',
29+
'SQLITE_THREADSAFE=2',
2930
],
3031
'include_dirs': ['.'],
3132
'sources': [

deps/sqlite/unofficial.gni

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ template("sqlite_gn_build") {
2020
"SQLITE_ENABLE_RBU",
2121
"SQLITE_ENABLE_RTREE",
2222
"SQLITE_ENABLE_SESSION",
23+
"SQLITE_THREADSAFE=2",
2324
]
2425
}
2526

0 commit comments

Comments
 (0)