Skip to content

Commit 02f592c

Browse files
author
Christopher J. Brody
committed
some more OMIT build flags
1 parent 3f89d3a commit 02f592c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ EMCC=emcc
2020
CFLAGS = \
2121
-O2 \
2222
-DLONGDOUBLE_TYPE=double \
23+
-DSQLITE_OMIT_DECLTYPE \
24+
-DSQLITE_OMIT_DEPRECATED \
25+
-DSQLITE_OMIT_PROGRESS_CALLBACK \
2326
-DSQLITE_OMIT_LOAD_EXTENSION \
2427
-DSQLITE_DISABLE_LFS \
2528
-DSQLITE_ENABLE_FTS3 \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
custom build by [@brodybits (Christopher J. Brody)](https://github.com/brodybits) with some updates including:
44

5+
- some more OMIT build flags to omit some obsolete SQLite features
56
- no `dist` JS or WASM artifacts are committed in this version of sql.js
67

78
<!-- NOT INCLUDED in custom build:

0 commit comments

Comments
 (0)