Skip to content

Commit

Permalink
chore: update DuckDB
Browse files Browse the repository at this point in the history
  • Loading branch information
ankoh committed Oct 28, 2021
1 parent 50effaf commit 1085ac9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ yarn_install:
# ---------------------------------------------------------------------------
# Environment

.PHONY: duckdb_shell
duckdb_shell:
${EXEC_ENVIRONMENT} ${ROOT_DIR}/scripts/build_duckdb_shell.sh

# Generate the compile commands for the language server
.PHONY: compile_commands
compile_commands:
Expand Down
2 changes: 2 additions & 0 deletions scripts/build_duckdb_shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ cmake \
-B ${DUCKDB_BUILD_DIR} \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++ \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TPCH_EXTENSION=1

Expand Down
2 changes: 1 addition & 1 deletion submodules/duckdb
Submodule duckdb updated 647 files

0 comments on commit 1085ac9

Please sign in to comment.