diff --git a/Makefile b/Makefile index ef566e20..db2a6ce6 100644 --- a/Makefile +++ b/Makefile @@ -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 && \