We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SQLITE_ENABLE_DBSTAT_VTAB
1 parent 3b8c790 commit adad375Copy full SHA for adad375
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+- fixed: Add `SQLITE_ENABLE_DBSTAT_VTAB` to windows build.
6
7
## v0.24.1
8
9
- fixed: Pre-compile images for Apple and Windows
Makefile.win
@@ -43,6 +43,7 @@ CFLAGS = -DSQLITE_ENABLE_MATH_FUNCTIONS=1 $(CFLAGS)
43
CFLAGS = -DSQLITE_ENABLE_RBU=1 $(CFLAGS)
44
CFLAGS = -DSQLITE_ENABLE_RTREE=1 $(CFLAGS)
45
CFLAGS = -DSQLITE_OMIT_DEPRECATED=1 $(CFLAGS)
46
+CFLAGS = -DSQLITE_ENABLE_DBSTAT_VTAB=1 $(CFLAGS)
47
48
# TODO: We should allow the person building to be able to specify this
49
CFLAGS = -DNDEBUG=1 $(CFLAGS)
0 commit comments