On Apr 15, 2008, at 10:34 PM, Richard Klein wrote:
> I compiled SQLite 3 (version 3.5.7), specifying
> SQLITE_OMIT_TRIGGER to reduce the size of the
> generated code.
>

The OMIT macros are not supported in the preprocessed source
code or in the amalgamation.  To use the OMIT macros you much
compile from canonical sources using a unix-like development
environment.

The reason for this is that SQLite includes several code files that
contain automatically generated code.  And the generated code
depends on which OMIT macros are present.

D. Richard Hipp
[EMAIL PROTECTED]



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to