You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, curious as to the project's point of view on removing certain compilation options via the user configuration? For example, I would like to remove -DSQLITE_OMIT_LOAD_EXTENSION from the compilation configuration and would need to edit SQLiteLib.xcconfig directly to do that AFAIK.
The text was updated successfully, but these errors were encountered:
Do you know what it takes for users who need to actually load extensions?
If they need to fork this repo anyway, they can remove SQLITE_OMIT_LOAD_EXTENSION in their fork.
But if there exist technique(s) that make it possible to load extensions without forking this repo, I'd gladly remove SQLITE_OMIT_LOAD_EXTENSION here. Do you know any?
Hi, curious as to the project's point of view on removing certain compilation options via the user configuration? For example, I would like to remove
-DSQLITE_OMIT_LOAD_EXTENSION
from the compilation configuration and would need to editSQLiteLib.xcconfig
directly to do that AFAIK.The text was updated successfully, but these errors were encountered: