Skip to content

Commit adad375

Browse files
committed
Add SQLITE_ENABLE_DBSTAT_VTAB to windows makefile
1 parent 3b8c790 commit adad375

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- fixed: Add `SQLITE_ENABLE_DBSTAT_VTAB` to windows build.
6+
37
## v0.24.1
48

59
- fixed: Pre-compile images for Apple and Windows

Makefile.win

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ CFLAGS = -DSQLITE_ENABLE_MATH_FUNCTIONS=1 $(CFLAGS)
4343
CFLAGS = -DSQLITE_ENABLE_RBU=1 $(CFLAGS)
4444
CFLAGS = -DSQLITE_ENABLE_RTREE=1 $(CFLAGS)
4545
CFLAGS = -DSQLITE_OMIT_DEPRECATED=1 $(CFLAGS)
46+
CFLAGS = -DSQLITE_ENABLE_DBSTAT_VTAB=1 $(CFLAGS)
4647

4748
# TODO: We should allow the person building to be able to specify this
4849
CFLAGS = -DNDEBUG=1 $(CFLAGS)

0 commit comments

Comments
 (0)