Skip to content

Commit

Permalink
duckdb build: disable shell and other things we arent using
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed Oct 7, 2024
1 parent a690e27 commit 34fe2dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,14 @@ third_party/duckdb/Makefile:
$(FULL_DUCKDB_LIB): third_party/duckdb/Makefile
$(MAKE) -C third_party/duckdb \
$(DUCKDB_BUILD_TYPE) \
BUILD_SHELL=0 \
BUILD_PYTHON=0 \
BUILD_BENCHMARK=0 \
BUILD_JDBC=0 \
BUILD_ODBC=0 \
DISABLE_SANITIZER=1 \
ENABLE_UBSAN=0 \
BUILD_UNITTESTS=OFF \
BUILD_UNITTESTS=0 \
EXTENSION_CONFIGS="../pg_duckdb_extensions.cmake"

install-duckdb: $(FULL_DUCKDB_LIB) $(shlib)
Expand Down

0 comments on commit 34fe2dc

Please sign in to comment.