Skip to content

Commit

Permalink
Fix wrong link-time flags
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Feb 14, 2024
1 parent 06b0708 commit b8b233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ WASM_COMPILE_TIME_COMMON_FLAGS=-DWASM_LOADABLE_EXTENSIONS=1 -DBUILD_EXTENSIONS_O
WASM_CXX_MVP_FLAGS=
WASM_CXX_EH_FLAGS=$(WASM_CXX_MVP_FLAGS) -fwasm-exceptions -DWEBDB_FAST_EXCEPTIONS=1
WASM_CXX_THREADS_FLAGS=$(WASM_COMPILE_TIME_EH_FLAGS) -DWITH_WASM_THREADS=1 -DWITH_WASM_SIMD=1 -DWITH_WASM_BULK_MEMORY=1
WASM_LINK_TIME_FLAGS=../../deps/local/lib/*.a -sSIDE_MODULE=2 -sEXPORTED_FUNCTIONS="_spatial_init,_spatial_version"
WASM_LINK_TIME_FLAGS=../../deps/local/lib/*.a -sSIDE_MODULE=1

wasm_mvp:
mkdir -p build/wasm_mvp
Expand Down

0 comments on commit b8b233a

Please sign in to comment.