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 901f4fe commit abdc898Copy full SHA for abdc898
Makefile
@@ -11,7 +11,7 @@ all: js/sql.js
11
debug: EMFLAGS= -O1 -g -s INLINING_LIMIT=10
12
debug: js/sql-debug.js
13
14
-optimized: EMFLAGS= --closure 1 -O3 -s INLINING_LIMIT=50
+optimized: EMFLAGS= --memory-init-file 0 --closure 1 -O3 -s INLINING_LIMIT=50
15
optimized: js/sql-optimized.js
16
17
js/sql.js: optimized
0 commit comments