utelle/SQLite3MultipleCiphers

request amalgamation to be added to git

baidwwy opened this issue · 2 comments

I wish to use git submodule to sync

Sorry, the source amalgamation will not be added to the repository for obvious reasons: I would have to recreate the amalgamation every time after even the smallest change in one of the other source files. This would be cumbersome.

Actually, you can easily create the amalgamation yourself by using the amalgamate script.

If you intend to use SQLite3 Multiple Ciphers as a git submodule you can simply compile the source file sqlite3mc.c instead of the amalgamated source that is distributed in a release. This is just as good as using the amalgamation, because this file includes all other required source files.

All right!