Skip to content

Commit

Permalink
Merge pull request #393 from carlopi/fix_wasm_bump_1_1_0
Browse files Browse the repository at this point in the history
Fix Wasm builds and bump to 1.1.0
  • Loading branch information
Maxxen authored Sep 11, 2024
2 parents 58e0fcd + 5720575 commit 40def18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,6 @@ CLIENT_FLAGS:=
# For regular CLI build, we link the spatial extension directly into the DuckDB executable
CLIENT_FLAGS=-DDUCKDB_EXTENSION_${EXTENSION_NAME}_SHOULD_LINK=1


# These flags will make DuckDB build the extension
EXTENSION_FLAGS=\
-DENABLE_SANITIZER=OFF \
-DDUCKDB_EXTENSION_NAMES="spatial" \
-DDUCKDB_EXTENSION_SPATIAL_PATH="$(PROJ_DIR)" \
-DDUCKDB_EXTENSION_SPATIAL_SHOULD_LINK=1 \
-DDUCKDB_EXTENSION_SPATIAL_LOAD_TESTS=1 \
-DDUCKDB_EXTENSION_SPATIAL_TEST_PATH="$(PROJ_DIR)test" \
-DDUCKDB_EXTENSION_SPATIAL_INCLUDE_PATH="$(PROJ_DIR)spatial/include" \

debug:
mkdir -p build/debug && \
cmake $(GENERATOR) $(BUILD_FLAGS) $(CLIENT_FLAGS) -DCMAKE_BUILD_TYPE=Debug -S ./duckdb/ -B build/debug && \
Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 324 files

0 comments on commit 40def18

Please sign in to comment.