Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for unstable c api extensions for c/cpp makefiles #119

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

samansmink
Copy link
Collaborator

Implements changes from duckdb/duckdb#14992.

It standardizes support for the unstable_c_capi abi type. Basically the idea is that you can easily switch the build of an extension to use unstable c api features by enabling USE_UNSTABLE_C_API in the makefile. This will automatically ensure the footer is set correctly and the right cmake flags are passed through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant