Skip to content

Clean up compilation#1448

Open
Maxime-J wants to merge 2 commits intoWiseLibs:masterfrom
Maxime-J:build-cleanup
Open

Clean up compilation#1448
Maxime-J wants to merge 2 commits intoWiseLibs:masterfrom
Maxime-J:build-cleanup

Conversation

@Maxime-J
Copy link

@Maxime-J Maxime-J commented Mar 6, 2026

Follow-up to #1447

This PR
- removes the following not needed compile-time options:
SQLITE_ENABLE_DESERIALIZE, not needed since SQLite 3.36.0
SQLITE_ENABLE_FTS4, alias of SQLITE_ENABLE_FTS3
SQLITE_ENABLE_JSON1, not needed since SQLite 3.38.0
SQLITE_USE_URI=0, URI is disabled by default, SQLITE_USE_URI being advised to enable it.

- removes an old patch integrated upstream two years ago, ensuring that patch step won't error without patches.

@Maxime-J Maxime-J requested review from a team and JoshuaWise as code owners March 6, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant