I'm building for both Windows and Linux and it's a reproducible build,
so I'd rather not depend on anything extra.

Thanks,
- Kim

On Wed, Apr 19, 2017 at 2:10 AM, David Burgess <dburg...@gmail.com> wrote:
> If you are running Linux, the build from source (i.e. making your own
> amalgamation) is straightforward.
> You may have to install a few extras, but nothing onerous.
>
>
>
> On Wed, Apr 19, 2017 at 5:57 AM, Kim Gräsman <kim.gras...@gmail.com> wrote:
>> Hi all,
>>
>> The docs at https://sqlite.org/compile.html are a little ominous when
>> it comes to the OMIT flags with the amalgamation:
>>
>>> Important Note: The SQLITE_OMIT_* options may not work with the 
>>> amalgamation.
>>> SQLITE_OMIT_* compile-time options usually work correctly only when SQLite 
>>> is
>>> built from canonical source files.
>>
>> Is this still true? I see there are some OMIT flags that affect parser
>> generation and plug into the build system, but most of them are really
>> just preprocessor toggles, right?
>>
>> I'm specifically looking to enable:
>>
>> * SQLITE_OMIT_AUTOINIT
>> * SQLITE_OMIT_SHARED_CACHE
>>
>> hoping for some speedups.
>>
>> Thanks,
>> - Kim
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@mailinglists.sqlite.org
>> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
>
>
> --
> David Burgess
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to