Skip to content

Commit 73b7333

Browse files
authored
sqlite3: enable 'SQLITE_ENABLE_DBSTAT_VTAB=1' (#1281)
1 parent cf2b3ce commit 73b7333

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deps/sqlite3.gyp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
'SQLITE_ENABLE_FTS4',
8989
'SQLITE_ENABLE_FTS5',
9090
'SQLITE_ENABLE_JSON1',
91-
'SQLITE_ENABLE_RTREE'
91+
'SQLITE_ENABLE_RTREE',
92+
'SQLITE_ENABLE_DBSTAT_VTAB=1'
9293
],
9394
},
9495
'cflags_cc': [
@@ -102,7 +103,8 @@
102103
'SQLITE_ENABLE_FTS4',
103104
'SQLITE_ENABLE_FTS5',
104105
'SQLITE_ENABLE_JSON1',
105-
'SQLITE_ENABLE_RTREE'
106+
'SQLITE_ENABLE_RTREE',
107+
'SQLITE_ENABLE_DBSTAT_VTAB=1'
106108
],
107109
'export_dependent_settings': [
108110
'action_before_build',

0 commit comments

Comments
 (0)