Richard Klein wrote:
> In order to reduce SQLite's memory footprint in my embedded
> application, I want to use the SQLITE_OMIT_xxx options to
> remove unneeded features from SQLite.
> 
> Using Cygwin running on Windows, I have successfully down-
> loaded the canonical sources and autoconfigured the Makefile.
> 
> The Makefile seems to indicate that in order to generate
> the parser, opcodes, and keyword hash function so that they
> omit the unneeded features, I need only add the following
> line to the Makefile:
> 
> OPTS = -DSQLITE_OMIT_xxx -DSQLITE_OMIT_yyy ...
> 
> Is this correct?
> 

I believe so, but I haven't ever used the OMIT options when building SQLite.

Are you having a problem when you do this?

Dennis Cote

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

Reply via email to