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.
1 parent 3f89d3a commit 02f592cCopy full SHA for 02f592c
Makefile
@@ -20,6 +20,9 @@ EMCC=emcc
20
CFLAGS = \
21
-O2 \
22
-DLONGDOUBLE_TYPE=double \
23
+ -DSQLITE_OMIT_DECLTYPE \
24
+ -DSQLITE_OMIT_DEPRECATED \
25
+ -DSQLITE_OMIT_PROGRESS_CALLBACK \
26
-DSQLITE_OMIT_LOAD_EXTENSION \
27
-DSQLITE_DISABLE_LFS \
28
-DSQLITE_ENABLE_FTS3 \
README.md
@@ -2,6 +2,7 @@
2
3
custom build by [@brodybits (Christopher J. Brody)](https://github.com/brodybits) with some updates including:
4
5
+- some more OMIT build flags to omit some obsolete SQLite features
6
- no `dist` JS or WASM artifacts are committed in this version of sql.js
7
8
<!-- NOT INCLUDED in custom build:
0 commit comments