Skip to content

Commit abdc898

Browse files
committed
Adapt Makefile to work with latest emscripten
In the latest emscripten, memory initialization files are enabled by default. See sql-js#65
1 parent 901f4fe commit abdc898

File tree

2 files changed

+413
-172
lines changed

2 files changed

+413
-172
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ all: js/sql.js
1111
debug: EMFLAGS= -O1 -g -s INLINING_LIMIT=10
1212
debug: js/sql-debug.js
1313

14-
optimized: EMFLAGS= --closure 1 -O3 -s INLINING_LIMIT=50
14+
optimized: EMFLAGS= --memory-init-file 0 --closure 1 -O3 -s INLINING_LIMIT=50
1515
optimized: js/sql-optimized.js
1616

1717
js/sql.js: optimized

0 commit comments

Comments
 (0)