Skip to content

Commit a534d41

Browse files
authored
Update Makefile
1 parent 93f20b4 commit a534d41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
PROJ_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
44

5+
# Set to 1 to enable Unstable API (binaries will only work on TARGET_DUCKDB_VERSION, forwards compatibility will be broken)
6+
# Note: currently extension-template-rs requires this, as duckdb-rs relies on unstable C API functionality
7+
USE_UNSTABLE_C_API=1
8+
59
# TODO: these values are currently duplicated in lib.rs. There's a PR open in duckdb-rs that fixes this
610
EXTENSION_NAME=chsql_native
711
MINIMUM_DUCKDB_VERSION=v1.2.0

0 commit comments

Comments
 (0)