We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa195e8 commit 196084dCopy full SHA for 196084d
1 file changed
vortex-duckdb/README.md
@@ -18,26 +18,20 @@ Link against the precompiled DuckDB release build.
18
cargo build -p vortex-duckdb
19
```
20
21
-Build the C-compatible DuckDB extension artifacts with:
22
-
23
-```bash
24
-cargo build -p vortex-duckdb-extension
25
-```
26
27
### Debug Build
28
29
Opt into DuckDB debug build: `VX_DUCKDB_DEBUG=1`.
30
31
```bash
32
-VX_DUCKDB_DEBUG=1 cargo build -p vortex-duckdb-extension
+VX_DUCKDB_DEBUG=1 cargo build -p vortex-duckdb
33
34
35
### AddressSanitizer & ThreadSanitizer
36
37
Enable both ASAN & TSAN: `VX_DUCKDB_SAN=1`.
38
39
40
-VX_DUCKDB_DEBUG=1 VX_DUCKDB_SAN=1 cargo build -p vortex-duckdb-extension
+VX_DUCKDB_DEBUG=1 VX_DUCKDB_SAN=1 cargo build -p vortex-duckdb
41
42
43
## Environment Variables
0 commit comments