Skip to content

Commit

Permalink
Do not build everything
Browse files Browse the repository at this point in the history
  • Loading branch information
marcboeker committed Dec 23, 2023
1 parent 319b945 commit 34386ea
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,8 @@ deps.windows.amd64:
cmake -G "MinGW Makefiles" \
-DENABLE_EXTENSION_AUTOLOADING=1 \
-DENABLE_EXTENSION_AUTOINSTALL=1 \
-DBUILD_EXTENSIONS=parquet \
-DDUCKDB_EXTENSION_CONFIGS="./.github/config/bundled_extensions.cmake" \
-DBUILD_SHELL=0 \
-DBUILD_BENCHMARK=0 \
-DBUILD_JDBC=0 \
-DBUILD_TPCH=0 \
-DBUILD_TPCDS=0 \
-DBUILD_ODBC=0 \
-DBUILD_PYTHON=0 \
-DDISABLE_UNITY=1 \
-DBUILD_AUTOCOMPLETE=1 \
-DBUILD_HTTPFS=1 \
-DBUILD_JSON=1 \
-DBUILD_INET=1 \
-DBUILD_FTS=1 \
-DBUILD_UNITTESTS=0 \
-DCMAKE_BUILD_TYPE=Release -B build && \
cd build && \
MAKEFLAGS=-j4 cmake --build . --config Release && \
Expand Down

0 comments on commit 34386ea

Please sign in to comment.