We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1d75c commit e3cd08aCopy full SHA for e3cd08a
Makefile
@@ -2,7 +2,10 @@
2
3
PROJ_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
4
5
-# TODO: these values are currently duplicated in lib.rs. There's a PR open in duckdb-rs that fixes this
+# 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
EXTENSION_NAME=pyroscope
10
MINIMUM_DUCKDB_VERSION=v1.2.0
11
0 commit comments