File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# DEFAULT_TEST_EXTENSION_DEPS : `;`-separated list of extensions that are built in `default` and `full` mode
1313# FULL_TEST_EXTENSION_DEPS : `;`-separated list of extensions that are built in `full` mode
1414
15- .PHONY : all clean clean-python format debug release pull update wasm_mvp wasm_eh wasm_threads test test_release test_debug test_reldebug test_release_internal test_debug_internal test_reldebug_internal set_duckdb_version set_duckdb_tag output_distribution_matrix
15+ .PHONY : all clean clean-python clangd format debug release pull update wasm_mvp wasm_eh wasm_threads test test_release test_debug test_reldebug test_release_internal test_debug_internal test_reldebug_internal set_duckdb_version set_duckdb_tag output_distribution_matrix
1616
1717all : release
1818
@@ -154,6 +154,9 @@ ifneq ($(TIDY_CHECKS),)
154154 TIDY_PERFORM_CHECKS := '-checks=${TIDY_CHECKS}'
155155endif
156156
157+ clangd : ${EXTENSION_CONFIG_STEP}
158+ cmake $(GENERATOR ) $(BUILD_FLAGS ) $(EXT_DEBUG_FLAGS ) $(VCPKG_MANIFEST_FLAGS ) -DCMAKE_BUILD_TYPE=Debug -S $(DUCKDB_SRCDIR ) -B .cache/clangd/debug
159+
157160debug : ${EXTENSION_CONFIG_STEP}
158161 mkdir -p build/debug
159162 cmake $(GENERATOR ) $(BUILD_FLAGS ) $(EXT_DEBUG_FLAGS ) $(VCPKG_MANIFEST_FLAGS ) -DCMAKE_BUILD_TYPE=Debug -S $(DUCKDB_SRCDIR ) -B build/debug
You can’t perform that action at this time.
0 commit comments