Skip to content

Commit e3cd08a

Browse files
authored
Update Makefile
1 parent 2b1d75c commit e3cd08a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

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

5-
# TODO: these values are currently duplicated in lib.rs. There's a PR open in duckdb-rs that fixes this
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+
69
EXTENSION_NAME=pyroscope
710
MINIMUM_DUCKDB_VERSION=v1.2.0
811

0 commit comments

Comments
 (0)