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 93f20b4 commit a534d41Copy full SHA for a534d41
Makefile
@@ -2,6 +2,10 @@
2
3
PROJ_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
4
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
+
9
# TODO: these values are currently duplicated in lib.rs. There's a PR open in duckdb-rs that fixes this
10
EXTENSION_NAME=chsql_native
11
MINIMUM_DUCKDB_VERSION=v1.2.0
0 commit comments