File tree Expand file tree Collapse file tree 3 files changed +2
-155
lines changed Expand file tree Collapse file tree 3 files changed +2
-155
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,7 @@ EMFLAGS = \
3838 -s EXTRA_EXPORTED_RUNTIME_METHODS=@src/exported_runtime_methods.json \
3939 -s SINGLE_FILE=0 \
4040 -s NODEJS_CATCH_EXIT=0 \
41- -s NODEJS_CATCH_REJECTION=0 \
42- -s SMALL_XHR_CHUNKS=1 \
43- --js-library src/httpvfs.js \
44- --bind
41+ -s NODEJS_CATCH_REJECTION=0
4542
4643EMFLAGS_ASM = \
4744 -s WASM=0
@@ -63,12 +60,9 @@ EMFLAGS_OPTIMIZED= \
6360EMFLAGS_DEBUG = \
6461 -s INLINING_LIMIT=10 \
6562 -s ASSERTIONS=1 \
66- -s SAFE_HEAP=1 \
67- -s STACK_OVERFLOW_CHECK=1 \
68- -s DEMANGLE_SUPPORT=1 \
6963 -O1
7064
71- BITCODE_FILES = out/sqlite3.bc out/extension-functions.bc out/httpvfs.bc
65+ BITCODE_FILES = out/sqlite3.bc out/extension-functions.bc
7266
7367OUTPUT_WRAPPER_FILES = src/shell-pre.js src/shell-post.js
7468
@@ -162,11 +156,6 @@ out/extension-functions.bc: sqlite-src/$(SQLITE_AMALGAMATION)
162156 # Generate llvm bitcode
163157 $(EMCC ) $(CFLAGS ) -s LINKABLE=1 -c sqlite-src/$(SQLITE_AMALGAMATION ) /extension-functions.c -o $@
164158
165- out/httpvfs.bc : src/httpvfs.cpp
166- mkdir -p out
167- # Generate llvm bitcode
168- $(EMCC ) $(CFLAGS ) -s LINKABLE=1 -c src/httpvfs.cpp -o $@
169-
170159# TODO: This target appears to be unused. If we re-instatate it, we'll need to add more files inside of the JS folder
171160# module.tar.gz: test package.json AUTHORS README.md dist/sql-asm.js
172161# tar --create --gzip $^ > $@
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments