Skip to content

Commit 196084d

Browse files
committed
restore readme
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent aa195e8 commit 196084d

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

vortex-duckdb/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,20 @@ Link against the precompiled DuckDB release build.
1818
cargo build -p vortex-duckdb
1919
```
2020

21-
Build the C-compatible DuckDB extension artifacts with:
22-
23-
```bash
24-
cargo build -p vortex-duckdb-extension
25-
```
26-
2721
### Debug Build
2822

2923
Opt into DuckDB debug build: `VX_DUCKDB_DEBUG=1`.
3024

3125
```bash
32-
VX_DUCKDB_DEBUG=1 cargo build -p vortex-duckdb-extension
26+
VX_DUCKDB_DEBUG=1 cargo build -p vortex-duckdb
3327
```
3428

3529
### AddressSanitizer & ThreadSanitizer
3630

3731
Enable both ASAN & TSAN: `VX_DUCKDB_SAN=1`.
3832

3933
```bash
40-
VX_DUCKDB_DEBUG=1 VX_DUCKDB_SAN=1 cargo build -p vortex-duckdb-extension
34+
VX_DUCKDB_DEBUG=1 VX_DUCKDB_SAN=1 cargo build -p vortex-duckdb
4135
```
4236

4337
## Environment Variables

0 commit comments

Comments
 (0)