Skip to content

Commit

Permalink
Remove unnecessary variables, shadowing actual LINKED_LIBS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Sep 10, 2024
1 parent 58e0fcd commit 21df8c7
Showing 1 changed file with 0 additions and 11 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

0 comments on commit 21df8c7

Please sign in to comment.